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

6 lines
55 B
WebGPU Shading Language

fn f() {
var i : i32;
for(; ; i = (i + 1)) {
}
}