annotate nocompile/typeof_05.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
298
818470984520 typeof / function
thomask
parents:
diff changeset
1 // $HeadULR$
818470984520 typeof / function
thomask
parents:
diff changeset
2 // $Date$
818470984520 typeof / function
thomask
parents:
diff changeset
3 // $Author$
818470984520 typeof / function
thomask
parents:
diff changeset
4
818470984520 typeof / function
thomask
parents:
diff changeset
5 // @author@ zwang <nehzgnaw@gmail.com>
818470984520 typeof / function
thomask
parents:
diff changeset
6 // @date@ 2005-02-19
818470984520 typeof / function
thomask
parents:
diff changeset
7 // @uri@ news:cv7l03$2qfm$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=3023
298
818470984520 typeof / function
thomask
parents:
diff changeset
9
374
f87ba6507260 added missing meta-data
thomask
parents: 298
diff changeset
10 // __DSTRESS_ELINE__ 15
f87ba6507260 added missing meta-data
thomask
parents: 298
diff changeset
11
298
818470984520 typeof / function
thomask
parents:
diff changeset
12 module dstress.nocompile.typeof_05;
818470984520 typeof / function
thomask
parents:
diff changeset
13
818470984520 typeof / function
thomask
parents:
diff changeset
14 void test(){
818470984520 typeof / function
thomask
parents:
diff changeset
15 typeof(test) x;
818470984520 typeof / function
thomask
parents:
diff changeset
16 }