#include void func(void){ printf("hhh"); } int main(){ func(); func(2); return 0; }