nvim-treesitter/tests/indent/c/issue-4079.c
2023-01-14 04:52:21 -08:00

7 lines
53 B
C

int main(){
for(;;)
}
int foo(){
while(1)
}