// Test that the lldb command `statistics dump` works. void baz(); int main(void) { baz(); return 0; }