diff nocompile/struct_19.d @ 238:2bdcfe110943

fixed recur. struct tests
author thomask
date Thu, 13 Jan 2005 00:49:48 +0000
parents
children 1268141c5b17
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/struct_19.d	Thu Jan 13 00:49:48 2005 +0000
@@ -0,0 +1,14 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	Stewart Gordon <smjg_1998@yahoo.com>
+// @date@	2005-01-12
+// @uri@	news:cs2u76$18jn$1@digitaldaemon.com
+// @url@	nttp://news.digitalmars.com/digitalmars.D.bugs/2674
+
+module dstress.compile.struct_19;
+
+struct MyStruct {
+    MyStruct s;
+}