068_ref_varargs.cpp Test void void func (int p) func int p A function void void func (int p,...) func int p ... Overloaded function taking variadic arguments See the function for more info. See the test class.