#include void func(int a, int b) { } void notmain(void) { func (1,2); }