mirror of
https://github.com/atom/atom.git
synced 2026-02-16 09:35:54 -05:00
7 lines
134 B
Objective-C
7 lines
134 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
int main() {
|
|
printf("gc on: %d\n", [NSGarbageCollector defaultCollector] != NULL);
|
|
return 0;
|
|
}
|