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

7 lines
49 B
C
Raw Normal View History

2023-01-10 14:04:27 +09:00
int main(){
if(1){
}
else {
}
}