aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/macro36.rs
blob: e5d66b22b7bbe87cb2b60f580f567ae379ee5f2c (plain)
1
2
3
macro_rules! ty_allowed {
    ($t:ty $b:block) => {{}};
}