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