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