(root)/
gcc-13.2.0/
gcc/
testsuite/
rust/
compile/
func4.rs
fn func() -> i32 { // { dg-error "expected .i32. got ...." }
}

fn main() {
    func();
}