export fn entry() void { const x: f32 = @floatFromInt(1.1); _ = x; } // error // // :2:34: error: expected integer type, found 'comptime_float'