// { dg-do run } template void f(T t, int i = 10); template void f(T t, int i) {} int main() { f(3); }