thradams/cake

missing error - f1(void) , f1(1)

thradams opened this issue · 0 comments

int f1(void) {}
int main() {
  f1( 10 );
}