hanchenye-llvm-project/lldb/test/expression_command/po_verbosity/main.m

10 lines
135 B
Objective-C

#import <Cocoa/Cocoa.h>
int main()
{
[NSString initialize];
id foo = @{@1 : @2, @2 : @3};
int x = 34;
return 0; // Stop here
}