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