blob: 272043823bdc976abb6cebd5c12658d11fbc4aa3 [file] [log] [blame]
@compute @workgroup_size(1)
fn f() {
let a : i32 = 1;
let b : f32 = bitcast<f32>(a);
}