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