mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-27 05:37:04 +00:00
7 lines
88 B
Rust
7 lines
88 B
Rust
//@ check-pass
|
|
#[deprecated = concat !()]
|
|
macro_rules! a {
|
|
() => {};
|
|
}
|
|
fn main() {}
|