annotate run/label_02.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 6e4063f99377
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
204
fcaf1782c71d label deflation bug
thomask
parents:
diff changeset
1 // $HeadURL$
fcaf1782c71d label deflation bug
thomask
parents:
diff changeset
2 // $Date$
fcaf1782c71d label deflation bug
thomask
parents:
diff changeset
3 // $Author$
fcaf1782c71d label deflation bug
thomask
parents:
diff changeset
4
fcaf1782c71d label deflation bug
thomask
parents:
diff changeset
5 // @author@ Tyro <ridimz_at@yahoo.dot.com>
fcaf1782c71d label deflation bug
thomask
parents:
diff changeset
6 // @date@ 2004-12-18
fcaf1782c71d label deflation bug
thomask
parents:
diff changeset
7 // @uri@ news:cq2g95$2n45$1@digitaldaemon.com
1487
6e4063f99377 changed nntp: URLs to http: URLs
thomask
parents: 1383
diff changeset
8 // @uri@ http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.bugs&artnum=2581
204
fcaf1782c71d label deflation bug
thomask
parents:
diff changeset
9
fcaf1782c71d label deflation bug
thomask
parents:
diff changeset
10 module dstress.run.label_02;
fcaf1782c71d label deflation bug
thomask
parents:
diff changeset
11
fcaf1782c71d label deflation bug
thomask
parents:
diff changeset
12 int main(){
fcaf1782c71d label deflation bug
thomask
parents:
diff changeset
13 label: {}
fcaf1782c71d label deflation bug
thomask
parents:
diff changeset
14 return 0;
fcaf1782c71d label deflation bug
thomask
parents:
diff changeset
15 }
fcaf1782c71d label deflation bug
thomask
parents:
diff changeset
16