view nocompile/enum_31_A.d @ 1587:cbb1aac64165

Add hgignore file.
author Christian Kamm <kamm incasoftware de>
date Sun, 24 Aug 2008 14:07:35 +0200
parents 38ea1bb385b6
children
line wrap: on
line source

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

// __DSTRESS_ELINE__ 10

module dstress.nocompile.enum_31_A;

enum Enum : bool {
	A = 2
}