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

6 lines
49 B
C

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