annotate compile/t/typedef_24_A.d @ 1557:de3b217ccd1e

[Issue 1344] Can't implicitly convert literal 0 to typedef of ulong Russ Lewis <webmaster@villagersonline.com> 2007-07-17 http://d.puremagic.com/issues/show_bug.cgi?id=1344
author thomask
date Mon, 23 Jul 2007 18:46:24 +0000
parents
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_A;
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 typedef ulong U;
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 const U u = 0;