1 2 3 4 5 6 7 8
//@ ignore-auxiliary (used by `./main.rs`) #![crate_type = "lib"] macro_rules! underscore { () => ( _ ) }