view run/f/foreach_28_B.d @ 1269:c99e8aac0e0c

partial review
author thomask
date Fri, 22 Dec 2006 13:17:55 +0000
parents
children 4d5d9a6439e2
line wrap: on
line source

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

// @author@	Stewart Gordon <smjg_1998@yahoo.com>
// @date@	2005-04-18
// @uri@	news:d4026v$nc0$5@digitaldaemon.com

module dstress.run.f.foreach_28_B;

int main(char[][] args) {
	foreach(char[] p; args){
		static if(0){
			int i;
		}
	}
	return 0;
}