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