aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/torture/extern_mod1.rs
blob: 4b576e03d8072effff189ddbd03db9924034cb0e (plain)
1
2
3
4
5
6
// { dg-additional-options "-w" }
mod modules;

fn main() {
    let twelve = modules::return_12();
}