[Issue 2884] ICE: Assert: 'template.c', line 3773, 'global.errors'

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Apr 24 01:13:27 PDT 2009


http://d.puremagic.com/issues/show_bug.cgi?id=2884





------- Comment #2 from clugdbug at yahoo.com.au  2009-04-24 03:13 -------
The original test case isn't actually valid, here's a slightly longer example
which is valid. Fails on D2.029 as well.
---
template Foo( T )  { alias int Foo;}
Foo!(typeof(bar)) x;
void bar() { }


-- 



More information about the Digitalmars-d-bugs mailing list