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