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