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

6 lines
48 B
WebGPU Shading Language

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