master
1export fn foo() void {
2    const int: u16 = 65535;
3    const float: f16 = int;
4    _ = float;
5}
6
7// error
8//
9// :3:24: error: type 'f16' cannot represent integer value '65535'