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.
8 lines
118 B
C
8 lines
118 B
C
// Test that the lldb command `statistics` works.
|
|
|
|
int main(void) {
|
|
int patatino = 27;
|
|
|
|
return 0; // break here
|
|
}
|