view compile/m/main_06.d @ 738:5c6df2afb08f

updated meta data for Torture
author thomask
date Sat, 12 Nov 2005 07:30:11 +0000
parents
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;
}