blob: d0493438903c1482bab7fd8d060d3ea5b1f51630 [file] [log] [blame]
@compute @workgroup_size(1)
fn f() {
const a : vec2<i32> = vec2<i32>(1073757184i, -(1006616064i));
let b : vec2<f32> = bitcast<vec2<f32>>(a);
}