blob: 79419333ce924f1aa7aa11f686dda2130ba30a39 [file] [log] [blame]
@compute @workgroup_size(1)
fn f() {
let a = 4.;
let b = vec3<f32>(0., 2., 0.);
let r : vec3<f32> = a / b;
}