blob: 1fa9624f547280efd476a8f5e8b81b38d091f0f6 [file] [log] [blame]
SKIP: FAILED
@group(0) @binding(0) var<storage, read_write> i : u32;
fn main() {
for(i++; (i < 10u); ) {
}
}
Failed to generate: error: cannot modify value of type 'u32'