blob: 73eb36cec24cb67da230696846b7fe7bce175683 [file] [log] [blame]
//@ ignore-auxiliary (used by `./main.rs`)
#![crate_type = "lib"]
macro_rules! underscore {
() => (
_
)
}