rust/tests/ui/cross/cross-file-errors/underscore.rs
2023-04-15 16:11:42 -07:00

9 lines
128 B
Rust

// ignore-test (auxiliary, used by other tests)
#![crate_type = "lib"]
macro_rules! underscore {
() => (
_
)
}