8 lines
85 B
Rust
8 lines
85 B
Rust
|
// ignore-test
|
||
|
|
||
|
macro_rules! aaa {
|
||
|
($c:ident) => {{
|
||
|
let a = $c;
|
||
|
}}
|
||
|
}
|