summaryrefslogtreecommitdiff
path: root/deps/gyp/test/mac/objc-arc/m-file.m
blob: 9689b1f8e5da5ed21ab2d8b2f330fb3678e1a08c (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 m_fun() {}