annotate compile/b/bool_07_C.d @ 1586:a74f0139fc3d

Fix tests using typeof on types.
author Christian Kamm <kamm incasoftware de>
date Thu, 21 Aug 2008 15:42:21 +0200
parents daef239f37cf
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1134
49aa2ca2f716 [Issue 221] New: Inconsistent name mangling of bool (a relic of 'bit')
thomask
parents:
diff changeset
1 // $HeadURL$
49aa2ca2f716 [Issue 221] New: Inconsistent name mangling of bool (a relic of 'bit')
thomask
parents:
diff changeset
2 // $Date$
49aa2ca2f716 [Issue 221] New: Inconsistent name mangling of bool (a relic of 'bit')
thomask
parents:
diff changeset
3 // $Author$
49aa2ca2f716 [Issue 221] New: Inconsistent name mangling of bool (a relic of 'bit')
thomask
parents:
diff changeset
4
49aa2ca2f716 [Issue 221] New: Inconsistent name mangling of bool (a relic of 'bit')
thomask
parents:
diff changeset
5 // @author@ Don Clugston <clugdbug@yahoo.com.au>
49aa2ca2f716 [Issue 221] New: Inconsistent name mangling of bool (a relic of 'bit')
thomask
parents:
diff changeset
6 // @date@ 2006-06-23
1320
daef239f37cf sed'ed replacement of new:...http.d.puremagic.com/issues/ with http://d.puremagic.com/issues/show_bug.cgi?...
thomask
parents: 1134
diff changeset
7 // @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=221
1134
49aa2ca2f716 [Issue 221] New: Inconsistent name mangling of bool (a relic of 'bit')
thomask
parents:
diff changeset
8 // @desc@ [Issue 221] New: Inconsistent name mangling of bool (a relic of 'bit')
49aa2ca2f716 [Issue 221] New: Inconsistent name mangling of bool (a relic of 'bit')
thomask
parents:
diff changeset
9
49aa2ca2f716 [Issue 221] New: Inconsistent name mangling of bool (a relic of 'bit')
thomask
parents:
diff changeset
10 module dstress.compile.b.bool_07_C;
49aa2ca2f716 [Issue 221] New: Inconsistent name mangling of bool (a relic of 'bit')
thomask
parents:
diff changeset
11
49aa2ca2f716 [Issue 221] New: Inconsistent name mangling of bool (a relic of 'bit')
thomask
parents:
diff changeset
12 static assert((void delegate(bool)).mangleof == "DFbZv");
49aa2ca2f716 [Issue 221] New: Inconsistent name mangling of bool (a relic of 'bit')
thomask
parents:
diff changeset
13