DEBSOURCES
Skip Quicknav
sources / rustc-web / 1.70.0%2Bdfsg1-7~deb11u1 / tests / ui / macros / semi-after-macro-ty.rs
12345678
// run-pass macro_rules! foo { ($t:ty; $p:path;) => {} } fn main() { foo!(i32; i32;); }