blob: 1af19c7ba3731bd74c8001f7986d16dde08dd94f [file] [log] [blame]
@stage(compute) @workgroup_size(1)
fn f() {
let a : vec3<f32> = vec3<f32>(1.0, 2.0, 3.0);
let b : vec3<f32> = bitcast<vec3<f32>>(a);
}