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