index
:
UXP
master
webbrowser
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
media
/
webrtc
/
trunk
/
tools
/
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() {}