//ww:error "bad float literal" // 989_floatlit overflow leg: 1.7976931348623159e308 rounds above DBL_MAX — // cstage strtod sets ERANGE, wwstage stof64 overflows; BOTH stages must reject // (runww ERROR arm runs w6c AND w6c_ww). Migrated from 989_floatlit_run.c // fixture 2 (#5-C4). package main; export fn main() i32 = { let a: f64 = 1.7976931348623159e308; return 0; };