extern crate libr; use libr::*; fn main() { assert_eq!(foo(1), 1); }