annotate compile/struct_16.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
140
a33ad7189d21 1) news:// -> news:
thomask
parents: 107
diff changeset
1 // $HeadURL$
a33ad7189d21 1) news:// -> news:
thomask
parents: 107
diff changeset
2 // $Date$
a33ad7189d21 1) news:// -> news:
thomask
parents: 107
diff changeset
3 // $Author$
a33ad7189d21 1) news:// -> news:
thomask
parents: 107
diff changeset
4
202
4cd33115f015 1) fixed @author@ typos
thomask
parents: 140
diff changeset
5 // @author@ Thomas Kuehne <thomas-dloop@kuehne.thisisspam.cn>
107
23f362b08087 Thomas Kuehne <thomas-dloop@kuehne.cn> news://cmdbq1$1a49$3@digitaldaemon.com nttp://digitalmars.com/digitalmars.D.bugs:2194
thomask
parents:
diff changeset
6 // @date@ 2004-11-04
140
a33ad7189d21 1) news:// -> news:
thomask
parents: 107
diff changeset
7 // @uri@ news:cmdbq1$1a49$3@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=2194
107
23f362b08087 Thomas Kuehne <thomas-dloop@kuehne.cn> news://cmdbq1$1a49$3@digitaldaemon.com nttp://digitalmars.com/digitalmars.D.bugs:2194
thomask
parents:
diff changeset
9
23f362b08087 Thomas Kuehne <thomas-dloop@kuehne.cn> news://cmdbq1$1a49$3@digitaldaemon.com nttp://digitalmars.com/digitalmars.D.bugs:2194
thomask
parents:
diff changeset
10 module dstress.compile.struct_16;
23f362b08087 Thomas Kuehne <thomas-dloop@kuehne.cn> news://cmdbq1$1a49$3@digitaldaemon.com nttp://digitalmars.com/digitalmars.D.bugs:2194
thomask
parents:
diff changeset
11
23f362b08087 Thomas Kuehne <thomas-dloop@kuehne.cn> news://cmdbq1$1a49$3@digitaldaemon.com nttp://digitalmars.com/digitalmars.D.bugs:2194
thomask
parents:
diff changeset
12 struct MyStruct{
23f362b08087 Thomas Kuehne <thomas-dloop@kuehne.cn> news://cmdbq1$1a49$3@digitaldaemon.com nttp://digitalmars.com/digitalmars.D.bugs:2194
thomask
parents:
diff changeset
13 StructAlias* MyStruct(){
23f362b08087 Thomas Kuehne <thomas-dloop@kuehne.cn> news://cmdbq1$1a49$3@digitaldaemon.com nttp://digitalmars.com/digitalmars.D.bugs:2194
thomask
parents:
diff changeset
14 return null;
23f362b08087 Thomas Kuehne <thomas-dloop@kuehne.cn> news://cmdbq1$1a49$3@digitaldaemon.com nttp://digitalmars.com/digitalmars.D.bugs:2194
thomask
parents:
diff changeset
15 }
23f362b08087 Thomas Kuehne <thomas-dloop@kuehne.cn> news://cmdbq1$1a49$3@digitaldaemon.com nttp://digitalmars.com/digitalmars.D.bugs:2194
thomask
parents:
diff changeset
16 }
23f362b08087 Thomas Kuehne <thomas-dloop@kuehne.cn> news://cmdbq1$1a49$3@digitaldaemon.com nttp://digitalmars.com/digitalmars.D.bugs:2194
thomask
parents:
diff changeset
17 alias MyStruct StructAlias;