main.c 118 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 // Test that the lldb command `statistics` works. int main(void) { int patatino = 27; return 0; // break here }