view nocompile/i/import_18_C.d @ 1630:d0efa3ae5522 default tip

run/mini/naked_asm5: New x86_64 ABI passes the arguments in reverse order.
author David Nadlinger <code@klickverbot.at>
date Sat, 23 Apr 2011 22:57:32 +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;