mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 02:17:34 +09:00
6 lines
90 B
C
6 lines
90 B
C
#if __has_feature(objc_arc)
|
|
#error "C files shouldn't be ARC'd!"
|
|
#endif
|
|
|
|
void c_fun() {}
|
|
|