blob: 40d370f7dc8519cd4401e0f9ba639674e13a87ab [file] [log] [blame]
@compute @workgroup_size(1)
fn f() {
let a : f32 = 1.;
let b : i32 = bitcast<i32>(a);
}