annotate nocompile/struct_19.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 b8c0195059d9
children
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
1489
b8c0195059d9 changed nntp: URLs to http: URLs
thomask
parents: 1383
diff changeset
7 // @uri@ http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.bugs&artnum=2674
1383
52c9e86b6486 @url@ -> @uri@
thomask
parents: 756
diff changeset
8 // @uri@ nttp://news.digitalmars.com/digitalmars.D.bugs/2674
238
2bdcfe110943 fixed recur. struct tests
thomask
parents:
diff changeset
9
756
9a121126b077 major "Torture" review
thomask
parents: 374
diff changeset
10 // __DSTRESS_ELINE__ 14
374
f87ba6507260 added missing meta-data
thomask
parents: 241
diff changeset
11
241
1268141c5b17 fixed module names; thanks Stewart Gordon
thomask
parents: 238
diff changeset
12 module dstress.nocompile.struct_19;
238
2bdcfe110943 fixed recur. struct tests
thomask
parents:
diff changeset
13
2bdcfe110943 fixed recur. struct tests
thomask
parents:
diff changeset
14 struct MyStruct {
2bdcfe110943 fixed recur. struct tests
thomask
parents:
diff changeset
15 MyStruct s;
2bdcfe110943 fixed recur. struct tests
thomask
parents:
diff changeset
16 }