3 lines
46 B
Rust
3 lines
46 B
Rust
#[macro_export]
|
|
macro_rules! foo { () => () }
|
#[macro_export]
|
|
macro_rules! foo { () => () }
|