view nocompile/i/if_10_D.d @ 886:976d6a6a7907

div. C++ porting tests
author thomask
date Sat, 04 Mar 2006 11:02:26 +0000
parents
children
line wrap: on
line source

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

// __DSTRESS_ELINE__ 10

module dstess.nocompile.i.if_10_E;

void test(int i){
	if ( if i != 0 )
		i++;
}