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