1test "integer type is too large for implicit cast to float" {
2 var int: u25 = 123;
3 _ = ∫
4 const float: f32 = int;
5 _ = float;
6}
7
8// test_error=