spacevim/bundle/nvim-treesitter-0.9.1/tests/indent/c/issue-4079.c

8 lines
53 B
C
Raw Normal View History

2024-08-21 14:17:26 +08:00
int main(){
for(;;)
}
int foo(){
while(1)
}