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
/
c-file.c
blob: 653613206e5711d08fa1dd237408995e96ebd227 (
plain
)
1
2
3
4
5
6
#if __has_feature(objc_arc)
#error "C files shouldn't be ARC'd!"
#endif
void
c_fun
()
{}