aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/issue-1089.rs
blob: 635af293dbb7aa6de83a5753cbdaa8f1f19b0bac (plain)
1
2
3
4
5
6
// { dg-additional-options "-w" }
pub mod test_mod;

fn main() {
    let a = test_mod::Test(123);
}