annotate compile/m/mixin_21_A.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 81222734adf3
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
967
c9ceb6cd6ffc <benoit@tionex.de>
thomask
parents:
diff changeset
1 // $HeadURL$
c9ceb6cd6ffc <benoit@tionex.de>
thomask
parents:
diff changeset
2 // $Date$
c9ceb6cd6ffc <benoit@tionex.de>
thomask
parents:
diff changeset
3 // $Author$
c9ceb6cd6ffc <benoit@tionex.de>
thomask
parents:
diff changeset
4
c9ceb6cd6ffc <benoit@tionex.de>
thomask
parents:
diff changeset
5 // @author@ <benoit@tionex.de>
c9ceb6cd6ffc <benoit@tionex.de>
thomask
parents:
diff changeset
6 // @date@ 2006-04-15
1319
81222734adf3 sed'ed replacement of new:...http.d.puremagic.co... with http://d.puremagic.com/issues/show_bug.cgi?...
thomask
parents: 967
diff changeset
7 // @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=107
967
c9ceb6cd6ffc <benoit@tionex.de>
thomask
parents:
diff changeset
8
c9ceb6cd6ffc <benoit@tionex.de>
thomask
parents:
diff changeset
9 module /*dstress.*/compile.m.mixin_21_A;
c9ceb6cd6ffc <benoit@tionex.de>
thomask
parents:
diff changeset
10
c9ceb6cd6ffc <benoit@tionex.de>
thomask
parents:
diff changeset
11 template T(){
c9ceb6cd6ffc <benoit@tionex.de>
thomask
parents:
diff changeset
12 UNDEFINED x;
c9ceb6cd6ffc <benoit@tionex.de>
thomask
parents:
diff changeset
13 }
c9ceb6cd6ffc <benoit@tionex.de>
thomask
parents:
diff changeset
14