Sign in
llvm
/
llvm-project
/
17abc16d7b76addee09d37dfd20247f0c890c3d8
/
.
/
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
}