1 2 3 4 5 6 7 8
// run-pass macro_rules! foo { ($t:ty; $p:path;) => {} } fn main() { foo!(i32; i32;); }