view nocompile/t/template_66_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 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_C;

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