func.c 52 B

12345
  1. int func() {
  2. int class = 0;
  3. return class;
  4. }