Sign in
llvm
/
llvm-project
/
17abc16d7b76addee09d37dfd20247f0c890c3d8
/
.
/
lldb
/
test
/
API
/
commands
/
statistics
/
basic
/
third.cpp
blob: 3943b9c2faafee39ac38073e3aaa776696c7972f [
file
]
// Test that the lldb command `statistics dump` works.
void
baz
();
int
main
(
void
)
{
baz
();
return
0
;
}