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