Sign in
◑
Theme
llvm
/
llvm-project
/
dda73336ad22bd0b5ecda17040c50fb10fcbe5fb
/
.
/
lldb
/
test
/
API
/
commands
/
statistics
/
basic
/
main.c
blob: 2c5b4f5f098ee45d6f7cf1fe697ab3974b7e2216 [
file
]
// Test that the lldb command `statistics` works.
int
main
(
void
)
{
int
patatino
=
27
;
return
0
;
// break here
}