view 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
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_B;

U u = 0;

typedef ulong U;