view nocompile/o/opSub_08_A.d @ 897:c2931e457792

updated tests to DMD-0.149
author thomask
date Wed, 08 Mar 2006 14:06:40 +0000
parents
children b8c0195059d9
line wrap: on
line source

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

// @author@	Oskar Linde <oskar.lindeREM@OVEgmail.com>
// @date@	2006-02-28
// @uri@	news:du1l30$1jfl$1@digitaldaemon.com

// __DSTRESS_ELINE__ 16

module dstress.nocompile.o.opSub_08_A;

int main(){
	bool a = true;

	a = a - a;
}