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