// { dg-do link } // GROUPS passed templates template int foo(T) { return 0; } int foo(int); int main() { return foo(3); }