// DR 2233 // { dg-do compile { target c++11 } } template void f(int n = 0, T ...t); int main() { f(); // { dg-error "too few arguments" } }