blob: 0549910640b10bc1c51834c16c35f501b431c747 [file] [log] [blame]
enable f16;
@compute @workgroup_size(1)
fn f() {
let a : f16 = f16(1.0h);
let b : f16 = bitcast<f16>(a);
}