aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/macro-issue2653.rs
blob: dc2972f4e0d45b0127759400dc521827d1cd2cd9 (plain)
1
2
3
4
5
macro_rules! foo {
    ($p:path $b:block) => {};
}

fn main() {}