mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
5 lines
92 B
C++
5 lines
92 B
C++
|
|
#if __has_feature(objc_arc)
|
||
|
|
#error "C++ files shouldn't be ARC'd!"
|
||
|
|
#endif
|
||
|
|
|
||
|
|
void cc_fun() {}
|