blob: d1cbd511145f44190437ed02f121523c39ad1fb3 [file] [log] [blame]
SKIP: FAILED
struct S {
a : i32,
}
@group(0) @binding(0) var<storage, read_write> v : S;
fn foo() {
v.a /= 2;
}
Failed to generate: Unknown statement: tint::ast::CompoundAssignmentStatement