June 28, 2004
--[bug4.d]--
template fooBar(T)
{
	char[] fooBar(T a) {
	}
}

void main() {
	fooBar2!(int)(5);
}


D:\D\src\build\temp>dmd bug4.d
template instance fooBar2!(int) identifier 'fooBar2' is not defined
<crash>

Regan.

-- 
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/