// Build don't run: // GROUPS passed templates template int foo(T) { return 0; } int foo(int); int main() { return foo(3); }