main.c 49 B

123456
  1. int f(int a);
  2. int main(void)
  3. {
  4. return f(0);
  5. }