1#import <Foundation/Foundation.h>2 3int main()4{5 [NSString initialize];6 id foo = @{@1 : @2, @2 : @3};7 int x = 34;8 return 0; // Stop here9}10