blob: 3943b9c2faafee39ac38073e3aaa776696c7972f [file] [log] [blame]
// Test that the lldb command `statistics dump` works.
void baz();
int main(void) {
baz();
return 0;
}