aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/macro51.rs
blob: 6659486d26820b32d899616976765cafdf39378b (plain)
1
2
3
macro_rules! test {
    ($_:ident) => {""}
}