func.c 31 B

1234
  1. int func(void)
  2. {
  3. return 2;
  4. }