// Parameter with type "void" illegal in function parameter list void func(void x, void y) { return x+y; }