index
:
firefox
debian
progress-linux
upstream
debian 12: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
third_party
/
python
/
gyp
/
test
/
mac
/
objc-arc
/
cc-file.cc
blob: 95e14ea3e053f191fa09714c75d03d903f78aa30 (
plain
)
1
2
3
4
5
#if __has_feature(objc_arc)
#error "C++ files shouldn't be ARC'd!"
#endif
void
cc_fun
()
{}