view nocompile/i/if_13_D.d @ 897:c2931e457792

updated tests to DMD-0.149
author thomask
date Wed, 08 Mar 2006 14:06:40 +0000
parents
children
line wrap: on
line source

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

// __DSTRESS_ELINE__ 10

module dstress.nocompile.i.if_13_D;

int main(){
	if(auto i: 2 > 3){
		return 0;
	}else{
		return 1;
	}
}