view nocompile/foreach_22.d @ 360:e38919011244

dif. fixes 3
author thomask
date Fri, 25 Mar 2005 05:22:21 +0000
parents 1c473946386f
children
line wrap: on
line source

// $HeadURL$
// $Date$
// $Author$

// __DSTRESS_ELINE__ 11

module dstress.nocompile.foreach_22;

int main(){
	int[] array;
	foreach(int c, int c; array){
	}
	return 0;
}