// Build don't link: // GROUPS passed templates template int foo(T t); int foo(int i) { return 0; } // ERROR - missing template <>