blob: 3dbb024b28096945efea5f8741c6a3a6f1d5a6af [file] [log] [blame]
#import <Cocoa/Cocoa.h>
int main()
{
[NSString initialize];
id foo = @{@1 : @2, @2 : @3};
int x = 34;
return 0; // Stop here
}