1[[stage(compute), workgroup_size(1)]] 2fn f() { 3 let a : u32 = 1u; 4 let b : f32 = bitcast<f32>(a); 5} 6