view nocompile/e/enum_40_A.d @ 608:6f8e2e446235

redefined enum Manfred Nowak <svv1999@hotmail.com> 2005-07-23 news:dbt0aa$2l9v$2@digitaldaemon.com news:dbt091$2l9v$1@digitaldaemon.com news:dbt0c7$2l9v$3@digitaldaemon.com news:dbt18k$2lui$1@digitaldaemon.com
author thomask
date Sun, 24 Jul 2005 20:46:54 +0000
parents
children b8c0195059d9
line wrap: on
line source

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

// @author@	Manfred Nowak <svv1999@hotmail.com>
// @date@	2005-07-23
// @uri@	news:dbt18k$2lui$1@digitaldaemon.com

// __DSTRESS_ELINE__ 18

module dstress.nocompile.e.enum_40_A;

enum Enum{
	A
}

void main(){
	Enum=1;
}