changeset 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 7c35155bad9c
children 8e99969d0101
files nocompile/e/enum_47_L.d
diffstat 1 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/e/enum_47_L.d	Mon Oct 02 08:02:59 2006 +0000
@@ -0,0 +1,18 @@
+// $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
+}
+