1 2 3 4 5 6 7 8
// { dg-additional-options "-frust-compile-until=ast" } macro_rules! default { ($($x:tt)*) => { $($x)* } } default! { struct A; }