view nocompile/s/static_if_02_A.d @ 555:1300c1aab744

StaticIfCondition (nocompile)
author thomask
date Sat, 21 May 2005 19:32:38 +0000
parents
children
line wrap: on
line source

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

// __DSTRESS_ELINE__ 11

module dstress.nocompile.s.static_if_02_A;

void test(){
	int i;
	static if(i){
	}
}