annotate compile/struct_18.d @ 1619:bebc7472a832

Fix #7.
author Christian Kamm <kamm incasoftware de>
date Sat, 07 Nov 2009 18:55:30 +0100
parents 7f61ab8d5df0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
137
3160d72a93a7 1) anonymous nested structs/unions
thomask
parents:
diff changeset
1 // $HeadURL$
3160d72a93a7 1) anonymous nested structs/unions
thomask
parents:
diff changeset
2 // $Date$
3160d72a93a7 1) anonymous nested structs/unions
thomask
parents:
diff changeset
3 // $Author$
3160d72a93a7 1) anonymous nested structs/unions
thomask
parents:
diff changeset
4
3160d72a93a7 1) anonymous nested structs/unions
thomask
parents:
diff changeset
5 // @author@ Stewart Gordon <smjg_1998@yahoo.com>
3160d72a93a7 1) anonymous nested structs/unions
thomask
parents:
diff changeset
6 // @date@ 2004-11-15
140
a33ad7189d21 1) news:// -> news:
thomask
parents: 137
diff changeset
7 // @uri@ news:cn9vah$1shn$1@digitaldaemon.com
1486
7f61ab8d5df0 changed nntp: URLs to http: URLs
thomask
parents: 1385
diff changeset
8 // @uri@ http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.bugs&artnum=2270
137
3160d72a93a7 1) anonymous nested structs/unions
thomask
parents:
diff changeset
9
3160d72a93a7 1) anonymous nested structs/unions
thomask
parents:
diff changeset
10 module dstress.compile.struct_18;
3160d72a93a7 1) anonymous nested structs/unions
thomask
parents:
diff changeset
11
3160d72a93a7 1) anonymous nested structs/unions
thomask
parents:
diff changeset
12 class MyClass{
3160d72a93a7 1) anonymous nested structs/unions
thomask
parents:
diff changeset
13 struct {
3160d72a93a7 1) anonymous nested structs/unions
thomask
parents:
diff changeset
14 int dummy=3;
3160d72a93a7 1) anonymous nested structs/unions
thomask
parents:
diff changeset
15 }
3160d72a93a7 1) anonymous nested structs/unions
thomask
parents:
diff changeset
16 }