blob: d8de4dce38f235fb3654d0581f2591952525cfa4 [file] [log] [blame]
macro_rules! test {
($($t:tt)*) => {}
}
fn main() {
test!( a : B => c d );
}