main.m 141 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 #import <Foundation/Foundation.h> int main() { NSDictionary *d1 = @{@"key" : @"value"}; NSLog(@"%@\n", d1); // break here return 0; }