blob: f8df15d93064fdb3103fd94c21b548c4281758d6 [file] [log] [blame]
@group(0) @binding(0) var<storage, read_write> i : u32;
fn main() {
for (i++; i < 10u;) {
}
}