1 | // Test that the lldb command `statistics` works. |
---|---|
2 | |
3 | int main(void) { |
4 | int patatino = 27; |
5 | |
6 | return 0; // break here |
7 | } |
8 |
1 | // Test that the lldb command `statistics` works. |
---|---|
2 | |
3 | int main(void) { |
4 | int patatino = 27; |
5 | |
6 | return 0; // break here |
7 | } |
8 |