view nocompile/enum_32_C.d @ 920:5511f9277078

testcase review
author thomask
date Sun, 19 Mar 2006 11:29:18 +0000
parents 9a121126b077
children
line wrap: on
line source

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

// __DSTRESS_ELINE__ 9

module dstress.nocompile.enum_32_C;

enum Enum : cfloat {
	A = 1.0fi + 0.0
}