blob: e370f717c3a9e08b7ef80b22f272442cfffe4475 [file] [log] [blame]
// 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 "" }
}