1 2 3 4 5 6
extern crate foo; fn main() { println!("hello xmake!"); println!("add: {}", foo::add(1, 1)); }