nvim-treesitter/tests/indent/c/issue-4079.c

8 lines
53 B
C
Raw Normal View History

2023-01-10 14:04:27 +09:00
int main(){
for(;;)
}
int foo(){
while(1)
}