template struct Foo { Foo() { f(); } void f(Xs... xs) {} }; int main() { Foo<>(); }