1 2 3 4 5 6 7
export fn entry(x: f32) u32 { return @popCount(x); } // error // // :2:22: error: expected integer or vector, found 'f32'