view run/s/scope_12_D.d @ 1059:4468ecf152f1

<daiphoenix@lycos.com> 2006-03-14 news:bug-47-3@http.d.puremagic.com/bugzilla/
author thomask
date Thu, 29 Jun 2006 13:26:39 +0000
parents
children 81222734adf3
line wrap: on
line source

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

// @author@	<daiphoenix@lycos.com>
// @date@	2006-03-14
// @uri@	news:bug-47-3@http.d.puremagic.com/bugzilla/

module dstress.run.s.scope_12_D;

int main(){
	int y;
	
	enum E{
		y
	}

	return 0;
}