aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/issue-1422.rs
blob: b178cda185e54b5032a411fa8ddd9891325042e9 (plain)
1
2
3
4
5
6
7
macro_rules! test {
    () => { unsafe {} };
}

fn main() {
    test!();
}