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