view nocompile/e/ExpressionStatement_03_A.d @ 644:6669727742f2

Stewart Gordon <smjg_1998@yahoo.com> 2005-08-23 news:deeu1o$5tm$2@digitaldaemon.com
author thomask
date Sun, 28 Aug 2005 09:49:56 +0000
parents
children b8c0195059d9
line wrap: on
line source

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

// @author@	Stewart Gordon <smjg_1998@yahoo.com>
// @date@	2005-08-23
// @uri@	news:deeu1o$5tm$2@digitaldaemon.com

// __DSTRESS_ELINE__ 15

module dstress.nocompile.e.ExpressionStatement_03_A;

void main(){
	int x;
	x;
}