summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lldb/packages/Python/lldbsuite/test/commands/expression/po_verbosity/main.m
blob: 9c79f850bf281724c2604981df53cc6af5fad8b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
#import <Foundation/Foundation.h>

int main()
{
    [NSString initialize];
	id foo = @{@1 : @2, @2 : @3};
	int x = 34;
	return 0; // Stop here
}