(root)/
gcc-13.2.0/
gcc/
testsuite/
rust/
compile/
torture/
func1.rs
fn not_void() -> i32 {
    8
}

fn main() {
    not_void();
}