// PR c++/15285 void foo(void (*func)()) {} template void bar() {} template void baz() { foo(&bar); }