annotate compile/t/typedef_24_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 de3b217ccd1e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1557
de3b217ccd1e [Issue 1344] Can't implicitly convert literal 0 to typedef of ulong
thomask
parents:
diff changeset
1 // $HeadURL$
de3b217ccd1e [Issue 1344] Can't implicitly convert literal 0 to typedef of ulong
thomask
parents:
diff changeset
2 // $Date$
de3b217ccd1e [Issue 1344] Can't implicitly convert literal 0 to typedef of ulong
thomask
parents:
diff changeset
3 // $Author$
de3b217ccd1e [Issue 1344] Can't implicitly convert literal 0 to typedef of ulong
thomask
parents:
diff changeset
4
de3b217ccd1e [Issue 1344] Can't implicitly convert literal 0 to typedef of ulong
thomask
parents:
diff changeset
5 // @author@ Russ Lewis <webmaster@villagersonline.com>
de3b217ccd1e [Issue 1344] Can't implicitly convert literal 0 to typedef of ulong
thomask
parents:
diff changeset
6 // @date@ 2007-07-17
de3b217ccd1e [Issue 1344] Can't implicitly convert literal 0 to typedef of ulong
thomask
parents:
diff changeset
7 // @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=1344
de3b217ccd1e [Issue 1344] Can't implicitly convert literal 0 to typedef of ulong
thomask
parents:
diff changeset
8 // @desc@ [Issue 1344] Can't implicitly convert literal 0 to typedef of ulong
de3b217ccd1e [Issue 1344] Can't implicitly convert literal 0 to typedef of ulong
thomask
parents:
diff changeset
9
de3b217ccd1e [Issue 1344] Can't implicitly convert literal 0 to typedef of ulong
thomask
parents:
diff changeset
10 module dstress.compile.t.typedef_24_B;
de3b217ccd1e [Issue 1344] Can't implicitly convert literal 0 to typedef of ulong
thomask
parents:
diff changeset
11
de3b217ccd1e [Issue 1344] Can't implicitly convert literal 0 to typedef of ulong
thomask
parents:
diff changeset
12 U u = 0;
de3b217ccd1e [Issue 1344] Can't implicitly convert literal 0 to typedef of ulong
thomask
parents:
diff changeset
13
de3b217ccd1e [Issue 1344] Can't implicitly convert literal 0 to typedef of ulong
thomask
parents:
diff changeset
14 typedef ulong U;