// Build don't link: template void foo(); // ERROR - candidate void (*bar)() = foo; void (*baz)() = foo; // ERROR - can't deduce T