1 2 3 4 5 6 7 8 9 10
// rustfmt-edition: 2018 macro_rules! token { ($t:tt) => {}; } fn main() { token!(dyn); token!(dyn); }