mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
6 lines
134 B
Mathematica
6 lines
134 B
Mathematica
|
|
#import <Foundation/Foundation.h>
|
||
|
|
|
||
|
|
int main() {
|
||
|
|
printf("gc on: %d\n", [NSGarbageCollector defaultCollector] != NULL);
|
||
|
|
return 0;
|
||
|
|
}
|