// { dg-do assemble } // GROUPS passed templates template void foo(T t) {} template struct S {}; template void bar(T t) { void (*f)(S ) = &foo >; } void baz() { bar(3); }