7 lines
100 B
Rust
7 lines
100 B
Rust
//@ ignore-auxiliary (used by `./main.rs`)
|
|
|
|
macro_rules! underscore {
|
|
() => (
|
|
_
|
|
)
|
|
}
|