Dactyloidae/media/webrtc/trunk/tools/gyp/test/mac/objc-arc/cc-file.cc

5 lines
92 B
C++

#if __has_feature(objc_arc)
#error "C++ files shouldn't be ARC'd!"
#endif
void cc_fun() {}