``` test "@intToFloat w/ float literal" { const x = @intToFloat(f32, 1.1); } ``` Found while doing search replace `f32(` => `@intToFloat(f32, `.