1 2 3 4 5 6 7
//@ ignore-auxiliary (used by `./move-error-snippets.rs`) macro_rules! aaa { ($c:ident) => {{ let a = $c; }} }