annotate nocompile/c/const_32_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 902d2c168029
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
845
90182df8fe6c Wang Zhen <nehzgnaw@gmail.com>
thomask
parents:
diff changeset
1 // $HeadURL$
90182df8fe6c Wang Zhen <nehzgnaw@gmail.com>
thomask
parents:
diff changeset
2 // $Date$
90182df8fe6c Wang Zhen <nehzgnaw@gmail.com>
thomask
parents:
diff changeset
3 // $Author$
90182df8fe6c Wang Zhen <nehzgnaw@gmail.com>
thomask
parents:
diff changeset
4
90182df8fe6c Wang Zhen <nehzgnaw@gmail.com>
thomask
parents:
diff changeset
5 // @author@ Wang Zhen <nehzgnaw@gmail.com>
90182df8fe6c Wang Zhen <nehzgnaw@gmail.com>
thomask
parents:
diff changeset
6 // @date@ 2006-02-17
90182df8fe6c Wang Zhen <nehzgnaw@gmail.com>
thomask
parents:
diff changeset
7 // @uri@ news:dt4ahd$2ikp$2@digitaldaemon.com
1380
902d2c168029 updates for DMD-1.007
thomask
parents: 845
diff changeset
8 // @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=713
845
90182df8fe6c Wang Zhen <nehzgnaw@gmail.com>
thomask
parents:
diff changeset
9
1380
902d2c168029 updates for DMD-1.007
thomask
parents: 845
diff changeset
10 // __DSTRESS_ELINE__ 15
845
90182df8fe6c Wang Zhen <nehzgnaw@gmail.com>
thomask
parents:
diff changeset
11
90182df8fe6c Wang Zhen <nehzgnaw@gmail.com>
thomask
parents:
diff changeset
12 module dstress.nocompile.c.const_32_D;
90182df8fe6c Wang Zhen <nehzgnaw@gmail.com>
thomask
parents:
diff changeset
13
90182df8fe6c Wang Zhen <nehzgnaw@gmail.com>
thomask
parents:
diff changeset
14 const int a = b;
90182df8fe6c Wang Zhen <nehzgnaw@gmail.com>
thomask
parents:
diff changeset
15 const int b = a;
90182df8fe6c Wang Zhen <nehzgnaw@gmail.com>
thomask
parents:
diff changeset
16