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