annotate nocompile/struct_19.d @ 241:1268141c5b17

fixed module names; thanks Stewart Gordon
author thomask
date Fri, 21 Jan 2005 23:39:37 +0000
parents 2bdcfe110943
children f87ba6507260
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
238
2bdcfe110943 fixed recur. struct tests
thomask
parents:
diff changeset
1 // $HeadURL$
2bdcfe110943 fixed recur. struct tests
thomask
parents:
diff changeset
2 // $Date$
2bdcfe110943 fixed recur. struct tests
thomask
parents:
diff changeset
3 // $Author$
2bdcfe110943 fixed recur. struct tests
thomask
parents:
diff changeset
4
2bdcfe110943 fixed recur. struct tests
thomask
parents:
diff changeset
5 // @author@ Stewart Gordon <smjg_1998@yahoo.com>
2bdcfe110943 fixed recur. struct tests
thomask
parents:
diff changeset
6 // @date@ 2005-01-12
2bdcfe110943 fixed recur. struct tests
thomask
parents:
diff changeset
7 // @uri@ news:cs2u76$18jn$1@digitaldaemon.com
2bdcfe110943 fixed recur. struct tests
thomask
parents:
diff changeset
8 // @url@ nttp://news.digitalmars.com/digitalmars.D.bugs/2674
2bdcfe110943 fixed recur. struct tests
thomask
parents:
diff changeset
9
241
1268141c5b17 fixed module names; thanks Stewart Gordon
thomask
parents: 238
diff changeset
10 module dstress.nocompile.struct_19;
238
2bdcfe110943 fixed recur. struct tests
thomask
parents:
diff changeset
11
2bdcfe110943 fixed recur. struct tests
thomask
parents:
diff changeset
12 struct MyStruct {
2bdcfe110943 fixed recur. struct tests
thomask
parents:
diff changeset
13 MyStruct s;
2bdcfe110943 fixed recur. struct tests
thomask
parents:
diff changeset
14 }