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