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