annotate nocompile/this_05.d @ 1384:d3a3e0c251d8

nntp: -> http:
author thomask
date Sun, 04 Mar 2007 13:10:07 +0000
parents 52c9e86b6486
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
282
81fdb31f5960 this -> var in classes and structs
thomask
parents:
diff changeset
1 // $HeadURL$
81fdb31f5960 this -> var in classes and structs
thomask
parents:
diff changeset
2 // $Date$
81fdb31f5960 this -> var in classes and structs
thomask
parents:
diff changeset
3 // $Author$
81fdb31f5960 this -> var in classes and structs
thomask
parents:
diff changeset
4
81fdb31f5960 this -> var in classes and structs
thomask
parents:
diff changeset
5 // @author@ Stewart Gordon <smjg_1998@yahoo.com>
81fdb31f5960 this -> var in classes and structs
thomask
parents:
diff changeset
6 // @date@ 2005-02-08
81fdb31f5960 this -> var in classes and structs
thomask
parents:
diff changeset
7 // @uri@ news:cua2nm$11pg$1@digitaldaemon.com
1384
d3a3e0c251d8 nntp: -> http:
thomask
parents: 1383
diff changeset
8 // @uri@ http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.bugs&artnum=2888
282
81fdb31f5960 this -> var in classes and structs
thomask
parents:
diff changeset
9
374
f87ba6507260 added missing meta-data
thomask
parents: 282
diff changeset
10 // __DSTRESS_ELINE__ 16
f87ba6507260 added missing meta-data
thomask
parents: 282
diff changeset
11
282
81fdb31f5960 this -> var in classes and structs
thomask
parents:
diff changeset
12 module dstress.nocompile.this_05;
81fdb31f5960 this -> var in classes and structs
thomask
parents:
diff changeset
13
81fdb31f5960 this -> var in classes and structs
thomask
parents:
diff changeset
14 struct MyStruct{
81fdb31f5960 this -> var in classes and structs
thomask
parents:
diff changeset
15 int i;
81fdb31f5960 this -> var in classes and structs
thomask
parents:
diff changeset
16 int* p = &i;
81fdb31f5960 this -> var in classes and structs
thomask
parents:
diff changeset
17 }
81fdb31f5960 this -> var in classes and structs
thomask
parents:
diff changeset
18