annotate nocompile/n/new_26_B.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 192a180c4313
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
726
192a180c4313 Thomas Kuehne <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
1 // $HeadURL$
192a180c4313 Thomas Kuehne <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
2 // $Date$
192a180c4313 Thomas Kuehne <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
3 // $Author$
192a180c4313 Thomas Kuehne <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
4
192a180c4313 Thomas Kuehne <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
5 // @author@ Thomas Kuehne <thomas-dloop@kuehne.cn>
192a180c4313 Thomas Kuehne <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
6 // @date@ 2005-10-30
192a180c4313 Thomas Kuehne <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
7 // @uri@ news:qwcd3a1sdc@birke.kuehne.cn
192a180c4313 Thomas Kuehne <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
8
192a180c4313 Thomas Kuehne <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
9 // __DSTRESS_ELINE__ 14
192a180c4313 Thomas Kuehne <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
10
192a180c4313 Thomas Kuehne <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
11 module dstress.nocompile.n.new_26_B;
192a180c4313 Thomas Kuehne <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
12
192a180c4313 Thomas Kuehne <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
13 void main(){
192a180c4313 Thomas Kuehne <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
14 auto x = new int[1.2, 2.2, 3];
192a180c4313 Thomas Kuehne <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
15 }