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