brintos

brintos / llvm-project-archived public Read only

0
0
Text · 141 B · be472fd Raw
8 lines · plain
1#import <Foundation/Foundation.h>2 3int main() {4  NSDictionary *d1 = @{@"key" : @"value"};5  NSLog(@"%@\n", d1); // break here6  return 0;7}8