aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/macro34.rs
blob: 105d042fd50b34936c15da597b602e8411c31530 (plain)
1
2
3
macro_rules! allowed_after_expr_matcher {
    (($t:expr) bok) => {{}}; // follow-set restrictions do not apply after a matcher, but they do apply inside the matcher
}