annotate nocompile/abstract_11.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
311
35a1df98caf1 updated abstract tests to dmd-118
thomask
parents:
diff changeset
1 // $HeadURL$
35a1df98caf1 updated abstract tests to dmd-118
thomask
parents:
diff changeset
2 // $Date$
35a1df98caf1 updated abstract tests to dmd-118
thomask
parents:
diff changeset
3 // $Author$
35a1df98caf1 updated abstract tests to dmd-118
thomask
parents:
diff changeset
4
35a1df98caf1 updated abstract tests to dmd-118
thomask
parents:
diff changeset
5 // @author@ Thomas Kuehne <thomas-dloop@kuehne.thisisspam.cn
35a1df98caf1 updated abstract tests to dmd-118
thomask
parents:
diff changeset
6 // @date@ 2005-03-16
35a1df98caf1 updated abstract tests to dmd-118
thomask
parents:
diff changeset
7 // @uri@ news:miglg2-ph5.ln1@lnews.kuehne.cn
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=3196
311
35a1df98caf1 updated abstract tests to dmd-118
thomask
parents:
diff changeset
9
756
9a121126b077 major "Torture" review
thomask
parents: 338
diff changeset
10 // __DSTRESS_ELINE__ 14
338
1f6cf5ccfbc9 1) updated rules to dmd-0.119
thomask
parents: 311
diff changeset
11
311
35a1df98caf1 updated abstract tests to dmd-118
thomask
parents:
diff changeset
12 module dstress.nocompile.abstract_11;
35a1df98caf1 updated abstract tests to dmd-118
thomask
parents:
diff changeset
13
35a1df98caf1 updated abstract tests to dmd-118
thomask
parents:
diff changeset
14 abstract int a;