1#import <Foundation/Foundation.h> 2 3int main() { 4 printf("gc on: %d\n", [NSGarbageCollector defaultCollector] != NULL); 5 return 0; 6} 7