blob: f8103228cf81c451f2d7641d15b36cd8fdbccca5 [file] [log] [blame]
//@ ignore-test (auxiliary, used by other tests)
macro_rules! aaa {
($c:ident) => {{
let a = $c;
}}
}