view nocompile/enum_26_A.d @ 506:9a1ad98b24da

added illegal range and illegal type checks for Enum
author thomask
date Tue, 10 May 2005 23:43:19 +0000
parents
children 9a121126b077
line wrap: on
line source

// $HeadURL: http://dstress.kuehne.cn/nocompile/enum_26_A.d $
// $Date: 2005-05-03 22:02:05 +0200 (Di, 03 Mai 2005) $
// $Author: thomask $

// __DSTRESS_ELINE__ 10

module dstress.nocompile.enum_26_A;

enum Enum : byte{
	A = 128 
}