annotate run/a/alias_25_D.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
581
dbc5a2f786d1 ignored attributes of imported alias
thomask
parents:
diff changeset
1 // $HeadURL$
dbc5a2f786d1 ignored attributes of imported alias
thomask
parents:
diff changeset
2 // $Date$
dbc5a2f786d1 ignored attributes of imported alias
thomask
parents:
diff changeset
3 // $Author$
dbc5a2f786d1 ignored attributes of imported alias
thomask
parents:
diff changeset
4
dbc5a2f786d1 ignored attributes of imported alias
thomask
parents:
diff changeset
5 // @author@ David L. Davis <SpottedTiger@yahoo.com>
dbc5a2f786d1 ignored attributes of imported alias
thomask
parents:
diff changeset
6 // @date@ 2005-06-16
1489
b8c0195059d9 changed nntp: URLs to http: URLs
thomask
parents: 1086
diff changeset
7 // @uri@ http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.bugs&artnum=4337
581
dbc5a2f786d1 ignored attributes of imported alias
thomask
parents:
diff changeset
8 // @desc@ ignored attributes of imported alias
dbc5a2f786d1 ignored attributes of imported alias
thomask
parents:
diff changeset
9
dbc5a2f786d1 ignored attributes of imported alias
thomask
parents:
diff changeset
10 // __DSTRESS_DFLAGS__ addon/alias_25_Z.d
dbc5a2f786d1 ignored attributes of imported alias
thomask
parents:
diff changeset
11
dbc5a2f786d1 ignored attributes of imported alias
thomask
parents:
diff changeset
12 module dstress.nocompile.a.alias_25_D;
dbc5a2f786d1 ignored attributes of imported alias
thomask
parents:
diff changeset
13 import addon.alias_25_Z;
dbc5a2f786d1 ignored attributes of imported alias
thomask
parents:
diff changeset
14
dbc5a2f786d1 ignored attributes of imported alias
thomask
parents:
diff changeset
15 int main(){
1086
7e8e5013a030 gdc-0.19 review
thomask
parents: 581
diff changeset
16 if(i != 0){
7e8e5013a030 gdc-0.19 review
thomask
parents: 581
diff changeset
17 assert(0);
7e8e5013a030 gdc-0.19 review
thomask
parents: 581
diff changeset
18 }
581
dbc5a2f786d1 ignored attributes of imported alias
thomask
parents:
diff changeset
19 iPublic++;
1086
7e8e5013a030 gdc-0.19 review
thomask
parents: 581
diff changeset
20 if(i != 1){
7e8e5013a030 gdc-0.19 review
thomask
parents: 581
diff changeset
21 assert(0);
7e8e5013a030 gdc-0.19 review
thomask
parents: 581
diff changeset
22 }
581
dbc5a2f786d1 ignored attributes of imported alias
thomask
parents:
diff changeset
23 return 0;
dbc5a2f786d1 ignored attributes of imported alias
thomask
parents:
diff changeset
24 }