mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +09:00
5 lines
123 B
Objective-C
5 lines
123 B
Objective-C
#if __has_feature(objc_arc)
|
|
#error "ObjC files without CLANG_ENABLE_OBJC_ARC should not be ARC'd!"
|
|
#endif
|
|
|
|
void m_fun() {}
|