view nocompile/bug_mtype_507_F.d @ 267:53a4adae7418

extended bug_mtype_507 tests
author thomask
date Fri, 04 Feb 2005 00:14:37 +0000
parents
children 1f6cf5ccfbc9
line wrap: on
line source

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

// @author@	zwang <nehzgnaw@gmail.com>
// @date@	2005-02-03
// @uri@	news:cttjjg$4i0$2@digitaldaemon.com

module dstress.nocompile.bug_mtype_507_F;

void test(){
	0 && Exception;
}