// PR c++/29733 template void foo() { T t = 0; // { dg-error "function type" } } void bar() { foo(); }