Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
rust
/
link
/
simple_function_1.rs
blob: aaa1fc3936700a21176e8a46cd6f8c5577984df8 [
file
] [
log
] [
blame
]
pub
fn
test_func
(
a
:
i32
)
->
i32
{
a
+
1
}