view compile/t/typedef_24_A.d @ 1622:d402aa53926c

Add test for bug 3092 written by Manuel K?nig
author Leandro Lucarella <llucax@gmail.com>
date Tue, 19 Oct 2010 19:18:23 -0300
parents de3b217ccd1e
children
line wrap: on
line source

// $HeadURL$
// $Date$
// $Author$

// @author@	Russ Lewis <webmaster@villagersonline.com>
// @date@	2007-07-17
// @uri@	http://d.puremagic.com/issues/show_bug.cgi?id=1344
// @desc@	[Issue 1344] Can't implicitly convert literal 0 to typedef of ulong

module dstress.compile.t.typedef_24_A;

typedef ulong U;

const U u = 0;