view nocompile/e/enum_47_L.d @ 1161:fbeab4835f72

[Issue 355] ICE from enum : nonexistent type Deewiant <deewiant@gmail.com> 2006-09-30 news:eflvsd$29iq$1@digitaldaemon.com
author thomask
date Mon, 02 Oct 2006 08:02:59 +0000
parents
children 1ee9a0dd42d9
line wrap: on
line source

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

// @author@	Deewiant <deewiant@gmail.com>
// @date@	2006-09-30
// @uri@	news:eflvsd$29iq$1@digitaldaemon.com
// @desc@	[Issue 355] ICE from enum : nonexistent type

// __DSTRESS_ELINE__ 14

module dstress.nocompile.e.enum_47_L;

enum E : void{
	A,
	B
}