blob: d1a66940ebf3cfba4ce0b79eee84a10063c03b3c [file] [log] [blame]
// ignore-test this is not a test
macro_rules! arrays {
($name:ident) => {
#[my_macro] struct Two($name);
}
}