• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#if __has_feature(objc_arc)
2#error "ObjC++ files without CLANG_ENABLE_OBJC_ARC should not be ARC'd!"
3#endif
4
5void mm_fun() {}
6