// Build don't link: // GROUPS passed templates template T foo(T* t); template <> int foo(char c); // ERROR - does not match declaration. template <> int bar(); // ERROR - no template bar.