1export fn a() void { 2 _ = @as(f32, 1.0) +| @as(f32, 1.0); 3} 4 5// error 6// 7// :2:23: error: invalid operands to binary expression: 'float' and 'float'