1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-22 06:03:44 +08:00
SpaceVim/bundle/nvim-treesitter-0.9.1/tests/indent/c/issue-4117.c

7 lines
49 B
C
Vendored

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