aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/macro1.rs
blob: 8cd941891d0127d3628958fe9b448ef554ba705e (plain)
1
2
3
macro_rules! empty_parens {
    () => ();
}