(root)/
gcc-13.2.0/
gcc/
testsuite/
rust/
compile/
issue-635-1.rs
// { dg-additional-options "-w" }
fn test() -> i32 {
    return 10000000000000000000000000000000000000000000;
    // { dg-error "integer overflows the respective type .i32." "" { target *-*-* } .-1 }
}