diff compile/struct_21.d @ 240:7aa29e681c0a

bulk offline update
author thomask
date Thu, 20 Jan 2005 19:39:40 +0000
parents
children 62c9b99c3a16
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/compile/struct_21.d	Thu Jan 20 19:39:40 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_21;
+
+struct MyStruct {
+	MyStruct* s;
+}