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

6 lines
52 B
WebGPU Shading Language

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