Files
clang-p2996/lldb/test/API/commands/statistics/basic/main.c
Raphael Isemann 6bbdecc5cf [lldb][NFC] Make TestStats.py not an inline test
There is still the bug that empty lines seem to skip any following expressions
and it makes it harder to commend between all the comments. Let's make this
a normal test instead which is just slightly more verbose but can be properly
formatted.
2020-03-06 18:47:59 -08:00

8 lines
118 B
C

// Test that the lldb command `statistics` works.
int main(void) {
int patatino = 27;
return 0; // break here
}