view nocompile/i/import_18_C.d @ 1597:8b9d4d2f925a

Fix typos in complex tests. See D bug 614.
author Christian Kamm <kamm incasoftware de>
date Tue, 09 Sep 2008 16:53:58 +0200
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;