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