1#import <Foundation/Foundation.h>
2
3int main()
4{
5 [NSString initialize];
6 id foo = @{@1 : @2, @2 : @3};
7 int x = 34;
8 return 0; // Stop here
9}
10

source code of lldb/test/API/commands/expression/po_verbosity/main.m