view run/i/if_11_A.d @ 1091:9dcac8d4e97f

post DMD-0.163 review
author thomask
date Fri, 21 Jul 2006 11:15:26 +0000
parents c2931e457792
children
line wrap: on
line source

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

module dstress.run.i.if_11_A;

int main(){
	if(auto x = 3){
		return 0;
	}else{
		assert(0);
	}

	assert(0);
}