// Test to make sure we do not ICE on this invalid program.

template<int> void foo(struct {}*); // { dg-error "" }

void bar()
{
  foo<0>(0); // { dg-error "" }
}


syntax highlighted by Code2HTML, v. 0.9.1