f.c 40 B

12345
  1. int f(int x)
  2. {
  3. (void)x;
  4. return 0;
  5. }