body2.c 67 B

1234
  1. __inline__ __attribute__ ((always_inline)) int f()
  2. {
  3. return 2;
  4. }