dawn-cmake/test/statements/for/condition.wgsl

6 lines
54 B
WebGPU Shading Language

fn f() {
var i : i32;
for (;i < 4;) {
}
}