Sign in
llvm
/
lldb
/
release_38
/
.
/
packages
/
Python
/
lldbsuite
/
test
/
expression_command
/
po_verbosity
/
main.m
blob: 3dbb024b28096945efea5f8741c6a3a6f1d5a6af [
file
] [
log
] [
blame
]
#import <Cocoa/Cocoa.h>
int
main
()
{
[
NSString
initialize
];
id foo
=
@{@
1
:
@
2
,
@
2
:
@
3
};
int
x
=
34
;
return
0
;
// Stop here
}