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