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