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