view nocompile/o/opAssign_02_D.d @ 1535:20d8ee6523e1

updated to DMD-1.013
author thomask
date Mon, 07 May 2007 05:19:57 +0000
parents b8c0195059d9
children
line wrap: on
line source

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

// @author@	Deewiant <deewiant.doesnotlike.spam@gmail.com>
// @date@	2005-07-14
// @uri@	http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.bugs&artnum=4531

// __DSTRESS_ELINE__ 19

module dstress.nocompile.o.opAssign_02_D;

enum Enum{
	A
}

void main(){
	Enum e;
	Enum = e;
}