view compile/m/main_06.d @ 1320:daef239f37cf

sed'ed replacement of new:...http.d.puremagic.com/issues/ with http://d.puremagic.com/issues/show_bug.cgi?...
author thomask
date Sun, 31 Dec 2006 19:59:08 +0000
parents 5c6df2afb08f
children
line wrap: on
line source

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

// return contains an Expression and no ExpressionStatement,
// thus effectless code is legal

module dstress.compile.m.main_06;

void main(){
	return 0;
}