Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
rust
/
link
/
generic_function_0.rs
blob: 58b8eb13db66ae52a4178327eef0c34b80513246 [
file
] [
log
] [
blame
]
extern
crate generic_function_1
;
use
generic_function_1
::
generic_function
;
fn
main
()
->
i32
{
let
a
=
generic_function
(
123
);
a
-
123
}