mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
5 lines
117 B
Mathematica
5 lines
117 B
Mathematica
|
|
#if !__has_feature(objc_arc)
|
||
|
|
#error "ObjC files with CLANG_ENABLE_OBJC_ARC should be ARC'd!"
|
||
|
|
#endif
|
||
|
|
|
||
|
|
void m_fun() {}
|