// { dg-do assemble } // GROUPS passed templates template int foo(T t); int foo(int i) { return 0; } // { dg-error "" } missing template <>