view nocompile/i/import_14_A.d @ 1014:c9e0c1ce1818

Conflicting identifiers between imported modules are reported in the wrong file <smjg@iname.com> 2006-05-13 news:bug-140-3@http.d.puremagic.com/bugzilla/
author thomask
date Sun, 21 May 2006 20:04:36 +0000
parents
children 81222734adf3
line wrap: on
line source

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

// @author@	<smjg@iname.com>
// @date@	2006-05-13
// @uri@	news:bug-140-3@http.d.puremagic.com/bugzilla/

// __DSTRESS_EFILE__ 17

module dstress.nocompile.i.import_14_A;

import addon.import_01_dummy;
import addon.import_08_Z;

void main(){
	test(0);	
}