view nocompile/i/import_18_C.d @ 1619:bebc7472a832

Fix #7.
author Christian Kamm <kamm incasoftware de>
date Sat, 07 Nov 2009 18:55:30 +0100
parents 68bba8897adb
children
line wrap: on
line source

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

// @author@	Matti Niemenmaa <deewiant@gmail.com>
// @date@	2007-01-20
// @uri@	http://d.puremagic.com/issues/show_bug.cgi?id=861
// @desc@	[Issue 861] Using two typedefs of an undefined name in a class in a different module with import cycles causes DMD to hang

module /*dstress.*/nocompile.i.import_18_C;

import /*dstress.*/nocompile.i.import_18_D;

typedef NONEXISTENT_NAME
	myTypedef,
	myTypedef2;