view nocompile/i/import_18_C.d @ 1586:a74f0139fc3d

Fix tests using typeof on types.
author Christian Kamm <kamm incasoftware de>
date Thu, 21 Aug 2008 15:42:21 +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;