package test; class VarargInt { void vararg(int... p) {} }