Enrico Granata eff67bc49e Test case for the previous checkin
llvm-svn: 191697
2013-09-30 20:39:21 +00:00

9 lines
108 B
Objective-C

#import <Cocoa/Cocoa.h>
int main()
{
id foo = @{@1 : @2, @2 : @3};
int x = 34;
return 0; // Stop here
}