view nocompile/t/template_66_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 43123cf43146
children
line wrap: on
line source

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

// @author@	<hoytak@cs.ubc.ca>
// @date@	2007-10-07
// @uri@	http://d.puremagic.com/issues/show_bug.cgi?id=1586
// @desc@	[Issue 1586] DMD and GDC segfaults on incomplete code segment.

// __DSTRESS_ELINE__ 15

module dstress.nocompile.t.template_66_B;

void myFunc(){
	auto func = &NotHere!().a;
}