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