blob: 765c9925d5f7cfa42c97908b0e7460ca0a37824d [file] [log] [blame]
extern crate libr;
use libr::*;
fn main() {
assert_eq!(foo(1), 1);
}