view run/i/import_11_B.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 902d2c168029
children
line wrap: on
line source

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

// @author@	Stewart Gordon <smjg_1998@yahoo.com>
// @date@	2005-10-26
// @uri@	news:djnicb$1a5t$1@digitaldaemon.com
// @uri@	http://d.puremagic.com/issues/show_bug.cgi?id=714

// __DSTRESS_DFLAGS__ run/i/import_11_A.d

module /*dstress.*/run.i.import_11_B;
import /*dstress.*/run.i.import_11_A;

enum Enum {
	A = -1,
	B = 2
}