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