mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 12:36:35 +03:00
8 lines
122 B
Rust
8 lines
122 B
Rust
macro_rules! foo {}
|
|
macro_rules! bar { /*comment*/ }
|
|
macro_rules! baz { //comment
|
|
}
|
|
macro_rules! foobar {
|
|
//comment
|
|
}
|