annotate nocompile/s/scope_08_C.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
900
c87fab2c0689 <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
1 // $HeadURL$
c87fab2c0689 <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
2 // $Date$
c87fab2c0689 <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
3 // $Author$
c87fab2c0689 <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
4
c87fab2c0689 <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
5 // @author@ <thomas-dloop@kuehne.cn>
c87fab2c0689 <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
6 // @date@ 2006-03-09
1319
81222734adf3 sed'ed replacement of new:...http.d.puremagic.co... with http://d.puremagic.com/issues/show_bug.cgi?...
thomask
parents: 900
diff changeset
7 // @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=29
900
c87fab2c0689 <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
8
c87fab2c0689 <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
9 // __DESTRESS_ELINE__ 15
c87fab2c0689 <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
10
c87fab2c0689 <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
11 module dstress.nocompile.s.scope_08_C;
c87fab2c0689 <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
12
c87fab2c0689 <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
13 void main(){
c87fab2c0689 <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
14 scope(failure){
c87fab2c0689 <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
15 return 0;
c87fab2c0689 <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
16 }
c87fab2c0689 <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
17
c87fab2c0689 <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
18 throw new Exception("msg");
c87fab2c0689 <thomas-dloop@kuehne.cn>
thomask
parents:
diff changeset
19 }