1export fn entry() void {
2 const x: f64 = 16777217;
3 const y: f32 = x;
4 _ = y;
5}
6
7// error
8//
9// :3:20: error: type 'f32' cannot represent float value '16777217'