summaryrefslogtreecommitdiffstats
path: root/third_party/python/gyp/test/mac/objc-arc/cc-file.cc
blob: 70deb60b9a3666c9312ce80d984d3cbff8144123 (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 cc_fun() {}