// { dg-do run } void f(int) {} void f(double); template void foo() {} int main() { foo(); }