use clipper::add; // FIXME fn main() { assert_eq!(add(100, 1), 101); println!("integration test OK"); }