diff nocompile/foreach_19.d @ 360:e38919011244

dif. fixes 3
author thomask
date Fri, 25 Mar 2005 05:22:21 +0000
parents 1c473946386f
children 36bedfa079e6
line wrap: on
line diff
--- a/nocompile/foreach_19.d	Fri Mar 25 05:15:43 2005 +0000
+++ b/nocompile/foreach_19.d	Fri Mar 25 05:22:21 2005 +0000
@@ -4,12 +4,13 @@
 
 // index has to be int / uint 
 
+// __DSTRESS_ELINE__ 13
+
 module dstress.nocompile.foreach_19;
 
 int main(){
 	char[] string;
 	foreach(byte index, char c; string){
-		
 	}
 	return 0;
 }