view nocompile/s/static_if_02_C.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__ 14

module dstress.nocompile.s.static_if_02_C;

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

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