blob: 2c5b4f5f098ee45d6f7cf1fe697ab3974b7e2216 [file] [log] [blame]
// Test that the lldb command `statistics` works.
int main(void) {
int patatino = 27;
return 0; // break here
}