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

Provided by KDAB

Privacy Policy
Update your C++ knowledge – Modern C++11/14/17 Training
Find out more

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