view compile/b/bug_expression_4420_C.d @ 1465:b36225ffff87

[Issue 991] expression.c:4257: virtual Expression* DotIdExp::semantic(Scope*): Assertion `0' failed. Frits van Bommel <fvbommel@wxs.nl> 2007-01-31 http://d.puremagic.com/issues/show_bug.cgi?id=991
author thomask
date Thu, 05 Apr 2007 16:32:01 +0000
parents
children a74f0139fc3d
line wrap: on
line source

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

// @author@	Frits van Bommel <fvbommel@wxs.nl>
// @date@	2007-01-31
// @uri@	http://d.puremagic.com/issues/show_bug.cgi?id=991
// @desc@	[Issue 991] expression.c:4257: virtual Expression* DotIdExp::semantic(Scope*): Assertion `0' failed.

module dstress.compile.b.bug_expression_4420_C;

template Template(Ts...) {
	alias Ts tuple;
}

static if(!is(typeof(Template!().tuple))){
	static assert(0);
}