Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try-perf
/
.
/
tests
/
run-make
/
export
/
extern-opt
/
app.rs
blob: 765c9925d5f7cfa42c97908b0e7460ca0a37824d [
file
] [
log
] [
blame
]
extern
crate libr
;
use
libr
::*;
fn
main
()
{
assert_eq
!(
foo
(
1
),
1
);
}