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