view run/i/import_13_Q.d @ 1489:b8c0195059d9

changed nntp: URLs to http: URLs
author thomask
date Mon, 09 Apr 2007 13:47:01 +0000
parents 9dcac8d4e97f
children
line wrap: on
line source

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

// @author@	Tom S <h3r3tic@remove.mat.uni.torun.pl>
// @date@	2006-03-03
// @uri@	http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.bugs&artnum=6450

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

module dstress.run.i.import_13_Q;

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

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