1// Test that the lldb command `statistics dump` works.2 3void baz();4int main(void) {5 baz();6 return 0;7}8