// PR c++/17413 template void foo() {} int main () { struct S {}; foo (); // { dg-error "match" } }