mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-03 12:13:43 +00:00
5 lines
56 B
Rust
5 lines
56 B
Rust
#[macro_export]
|
|
macro_rules! make_a_5 {
|
|
() => (5)
|
|
}
|