view run/i/import_13_P.d @ 1091:9dcac8d4e97f

post DMD-0.163 review
author thomask
date Fri, 21 Jul 2006 11:15:26 +0000
parents bc535ba67c39
children b8c0195059d9
line wrap: on
line source

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

// @author@	Tom S <h3r3tic@remove.mat.uni.torun.pl>
// @date@	2006-03-03
// @uri@	news:dua8sq$18af$1@digitaldaemon.com

// __DSTRESS_DFLAGS__ compile/i/import_13_N.d compile/i/import_13_M.d

module dstress.run.i.import_13_P;

import /*dstress.*/compile.i.import_13_M;

int main(){
	if((new Foo()).bar() != "Bar.bar"){
		assert(0);
	}
	return 0;
}