aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/expression_command/po_verbosity/main.m
blob: 3dbb024b28096945efea5f8741c6a3a6f1d5a6af (plain) (blame)
1
2
3
4
5
6
7
8
9
#import <Cocoa/Cocoa.h>

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