mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 19:00:02 -04:00
7 lines
81 B
C
7 lines
81 B
C
|
|
int foo(int x) {
|
||
|
|
if (x > 10)
|
||
|
|
return 10;
|
||
|
|
else
|
||
|
|
return x;
|
||
|
|
}
|