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