nvim-treesitter/tests/indent/c/issue-1568.c
Stephan Seitz a62971e0ef tests: Add test for C folding issue #1568
Also this issue has already been fixed
2022-02-05 19:29:14 +01:00

6 lines
65 B
C

int main() {
if (1) {
foobar();
} else {
}
}