blob: be472fd43c3db9b2958d627bd0d721f4a8e9e54c [file] [log] [blame]
#import <Foundation/Foundation.h>
int main() {
NSDictionary *d1 = @{@"key" : @"value"};
NSLog(@"%@\n", d1); // break here
return 0;
}