mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
5 lines
84 B
Rust
5 lines
84 B
Rust
#[macro_export]
|
|
macro_rules! a{ () => {}}
|
|
#[macro_export]
|
|
macro_rules! b{ () => {}}
|