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

void mm_fun() {}