view nocompile/a/auto_09.d @ 589:cd9e16090bb9

Deewiant <deewiant.doesnotlike.spam@gmail.com> 2005-06-21 news:d991an$2vjd$1@digitaldaemon.com
author thomask
date Wed, 22 Jun 2005 11:13:23 +0000
parents
children b8c0195059d9
line wrap: on
line source

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

// @author@	Deewiant <deewiant.doesnotlike.spam@gmail.com>
// @date@	2005-06-21
// @uri@	news:d991an$2vjd$1@digitaldaemon.com

// __DSTRESS_ELINE__ 14

module dstress.nocompile.a.auto_09;

void main(){
	auto{
		int x;
	}
}