about summary refs log tree commit diff
path: root/tests/ui/cross/cross-file-errors/underscore.rs
blob: 73eb36cec24cb67da230696846b7fe7bce175683 (plain)
1
2
3
4
5
6
7
8
//@ ignore-auxiliary (used by `./main.rs`)
#![crate_type = "lib"]

macro_rules! underscore {
    () => (
        _
    )
}