blob: 42f4c3cb1a2e057516ad41c4bce92c7eaea181cc [file] [log] [blame]
// Build don't link:
// GROUPS passed templates
template <class T>
int foo(T t);
int foo<int>(int i) { return 0; } // ERROR - missing template <>