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