(root)/
gcc-13.2.0/
gcc/
testsuite/
rust/
compile/
issue-1089.rs
// { dg-additional-options "-w" }
pub mod test_mod;

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