changeset 263:318764f837b9

minimal enum crash zwang <nehzgnaw@gmail.com> 2005-02-03 news:cttg5s$dj$2@digitaldaemon.com
author thomask
date Thu, 03 Feb 2005 15:39:24 +0000
parents d5c7047203a8
children fb4eff4ce900
files compile/enum_05.d compile/enum_12.d
diffstat 2 files changed, 11 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/compile/enum_05.d	Thu Feb 03 15:29:32 2005 +0000
+++ b/compile/enum_05.d	Thu Feb 03 15:39:24 2005 +0000
@@ -1,7 +1,3 @@
 module dstress.compile.enum_05;
 
 extern enum MyEnum;
-
-int main(){
-	return 0;
-}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/compile/enum_12.d	Thu Feb 03 15:39:24 2005 +0000
@@ -0,0 +1,11 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	zwang <nehzgnaw@gmail.com>
+// @date@	2005-02-03
+// @uri@	news:cttg5s$dj$2@digitaldaemon.com
+
+module dstress.compile.enum_12;
+
+enum E;