annotate nocompile/super_11.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 d3a3e0c251d8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
287
a19d5847a8b9 super outside of classes
thomask
parents:
diff changeset
1 // $HeadURL$
a19d5847a8b9 super outside of classes
thomask
parents:
diff changeset
2 // $Date$
a19d5847a8b9 super outside of classes
thomask
parents:
diff changeset
3 // $Author$
a19d5847a8b9 super outside of classes
thomask
parents:
diff changeset
4
a19d5847a8b9 super outside of classes
thomask
parents:
diff changeset
5 // @author@ k2 <k2_member@pathlink.com>
a19d5847a8b9 super outside of classes
thomask
parents:
diff changeset
6 // @date@ 2005-02-18
a19d5847a8b9 super outside of classes
thomask
parents:
diff changeset
7 // @uri@ news:cv4dsm$2bmr$1@digitaldaemon.com
1384
d3a3e0c251d8 nntp: -> http:
thomask
parents: 1383
diff changeset
8 // @uri@ http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.bugs&artnum=3002
287
a19d5847a8b9 super outside of classes
thomask
parents:
diff changeset
9
374
f87ba6507260 added missing meta-data
thomask
parents: 287
diff changeset
10 // __DSTRESS_ELINE__ 15
f87ba6507260 added missing meta-data
thomask
parents: 287
diff changeset
11
287
a19d5847a8b9 super outside of classes
thomask
parents:
diff changeset
12 module dstress.nocompile.super_11;
a19d5847a8b9 super outside of classes
thomask
parents:
diff changeset
13
a19d5847a8b9 super outside of classes
thomask
parents:
diff changeset
14 void test(){
a19d5847a8b9 super outside of classes
thomask
parents:
diff changeset
15 super();
a19d5847a8b9 super outside of classes
thomask
parents:
diff changeset
16 }