annotate compile/c/const_41_A.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 daef239f37cf
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1227
b687738c2fcb [Issue 593] New: can't deduce from arrayliteral
thomask
parents:
diff changeset
1 // $HeadURL$
b687738c2fcb [Issue 593] New: can't deduce from arrayliteral
thomask
parents:
diff changeset
2 // $Date$
b687738c2fcb [Issue 593] New: can't deduce from arrayliteral
thomask
parents:
diff changeset
3 // $Author$
b687738c2fcb [Issue 593] New: can't deduce from arrayliteral
thomask
parents:
diff changeset
4
b687738c2fcb [Issue 593] New: can't deduce from arrayliteral
thomask
parents:
diff changeset
5 // @author@ Nazo Humei <lovesyao@hotmail.com>
b687738c2fcb [Issue 593] New: can't deduce from arrayliteral
thomask
parents:
diff changeset
6 // @date@ 2006-11-25
1320
daef239f37cf sed'ed replacement of new:...http.d.puremagic.com/issues/ with http://d.puremagic.com/issues/show_bug.cgi?...
thomask
parents: 1227
diff changeset
7 // @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=593
1227
b687738c2fcb [Issue 593] New: can't deduce from arrayliteral
thomask
parents:
diff changeset
8 // @desc@ [Issue 593] New: can't deduce from arrayliteral
b687738c2fcb [Issue 593] New: can't deduce from arrayliteral
thomask
parents:
diff changeset
9
b687738c2fcb [Issue 593] New: can't deduce from arrayliteral
thomask
parents:
diff changeset
10 module dstress.compile.c.const_41_A;
b687738c2fcb [Issue 593] New: can't deduce from arrayliteral
thomask
parents:
diff changeset
11
b687738c2fcb [Issue 593] New: can't deduce from arrayliteral
thomask
parents:
diff changeset
12 const x = ['a', 'b'];
b687738c2fcb [Issue 593] New: can't deduce from arrayliteral
thomask
parents:
diff changeset
13
b687738c2fcb [Issue 593] New: can't deduce from arrayliteral
thomask
parents:
diff changeset
14 static assert(x == "ab");