master
1export fn entry() void {
2    const x: f32 = @floatFromInt(1.1);
3    _ = x;
4}
5
6// error
7//
8// :2:34: error: expected integer type, found 'comptime_float'