view nocompile/e/enum_47_I.d @ 1141:e00ecb270290

[Issue 355] New: ICE from enum : nonexistent type James Pelcis <jpelcis@gmail.com> 2006-09-19 news:bug-355-3@http.d.puremagic.com/issues/
author thomask
date Wed, 20 Sep 2006 19:10:47 +0000
parents
children daef239f37cf
line wrap: on
line source

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

// @author@	James Pelcis <jpelcis@gmail.com>
// @date@	2006-09-19
// @uri@	news:bug-355-3@http.d.puremagic.com/issues/
// @desc@	[Issue 355] New: ICE from enum : nonexistent type

// __DSTRESS_ELINE__ 14

module dstress.nocompile.e.enum_47_I;

enum : id {
        a
}

int id;