class Test { void foo(int... i) {} { foo(); } }