blob: 9efbcfd4899dac6403c62e8394b812df88f482d5 [file] [log] [blame]
[[stage(compute), workgroup_size(1)]]
fn f() {
let a : u32 = 1u;
let b : f32 = bitcast<f32>(a);
}