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