rust/tests/ui/cross/cross-file-errors/underscore.rs
2024-02-16 20:02:50 +00:00

9 lines
129 B
Rust

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