summaryrefslogtreecommitdiff
path: root/deps/gyp/test/mac/objc-arc/mm-file-no-arc.mm
blob: 0dac5394948138f20a1aa14b49016a7b2b9c5c0d (plain)
1
2
3
4
5
#if __has_feature(objc_arc)
#error "ObjC++ files without CLANG_ENABLE_OBJC_ARC should not be ARC'd!"
#endif

void mm_fun() {}