view nocompile/o/opAssign_02_A.d @ 603:d49e22280d75

post PFLUG catch up 2
author thomask
date Mon, 18 Jul 2005 21:50:03 +0000
parents
children b8c0195059d9
line wrap: on
line source

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

// @author@	Deewiant <deewiant.doesnotlike.spam@gmail.com>
// @date@	2005-07-14
// @uri@	news:db61j4$2ved$1@digitaldaemon.com

// __DSTRESS_ELINE__ 18

module dstress.nocompile.o.opAssign_02_A;

class Foo{
}

void main(){
	Foo a;
	Foo = a;
}