Sign in
llvm
/
llvm-project
/
fd3907ccb583df99e9c19d2fe84e4e7c52d75de9
/
.
/
lldb
/
test
/
API
/
commands
/
statistics
/
basic
/
second.cpp
blob: 3af4e320c2fb53fc3bb33900de10668c22355068 [
file
] [
log
] [
blame
]
// Test that the lldb command `statistics` works.
int
main
(
void
)
{
return
0
;
// break here
}