mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 05:50:04 -04:00
8 lines
53 B
C
8 lines
53 B
C
|
|
int main(){
|
||
|
|
for(;;)
|
||
|
|
}
|
||
|
|
|
||
|
|
int foo(){
|
||
|
|
while(1)
|
||
|
|
}
|