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