summaryrefslogtreecommitdiffstats
path: root/third_party/python/gyp/test/mac/objc-arc/c-file.c
blob: 208935946f748b9afb73095f194fd95ac591408a (plain)
1
2
3
4
5
#if __has_feature(objc_arc) || __has_feature(objc_arc_weak)
#error "C files shouldn't be ARC'd!"
#endif

void c_fun() {}