view tests/mini/compile_nested1.d @ 774:9688da40cd4d

Fixed problem with continue/break in unrolled loop statements.
author tomas@myhost
date Wed, 19 Nov 2008 14:40:24 +0100
parents 5bd9a617d297
children
line wrap: on
line source

void append(lazy char[] exp) { char[] s = exp; }