view nocompile/b/bug_cod1_1656_H.d @ 1055:6735097a9cc6

<jarrett.billingsley@gmail.com> 2006-06-23 news:bug-222-3@http.d.puremagic.com/issues/
author thomask
date Thu, 29 Jun 2006 13:25:53 +0000
parents
children daef239f37cf
line wrap: on
line source

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

// @author@	<jarrett.billingsley@gmail.com>
// @date@	2006-06-23
// @uri@	news:bug-222-3@http.d.puremagic.com/issues/

// __DSTRESS_ELINE__ 18

module dstress.nocompile.b.bug_cod1_1656_H;

void f(){
}

int main(){
	int x;
	x = 0 && f();

	return 0;
}