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