Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
run-make
/
checksum-freshness
/
foo.rs
blob: d3ef768f18759d256b18eaa5bb61d7b03f6e1cf2 [
file
] [
log
] [
blame
] [
edit
]
// This is another file, just to prove we can handle two of them
pub
fn
subtract
(
a
:
i32
,
b
:
i32
)
->
i32
{
a
-
b
}