func.m 70 B

123456
  1. #import <CoreFoundation/CoreFoundation.h>
  2. int func()
  3. {
  4. return 1;
  5. }