annotate nocompile/this_05.d @ 1630:d0efa3ae5522 default tip

run/mini/naked_asm5: New x86_64 ABI passes the arguments in reverse order.
author David Nadlinger <code@klickverbot.at>
date Sat, 23 Apr 2011 22:57:32 +0200
parents d3a3e0c251d8
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