view nocompile/e/enum_46_A.d @ 1619:bebc7472a832

Fix #7.
author Christian Kamm <kamm incasoftware de>
date Sat, 07 Nov 2009 18:55:30 +0100
parents daef239f37cf
children
line wrap: on
line source

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

// @author@	James Pelcis <jpelcis@gmail.com>
// @date@	2006-07-12
// @uri@	http://d.puremagic.com/issues/show_bug.cgi?id=250
// @desc@	[Issue 250] enum : bool allowed with odd results

// __DSTRESS_ELINE__ 17

module dstress.nocompile.e.enum_46_A;

enum Bool : bool {
	False,
	True,
	Unknown
}