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

5 lines
53 B
WebGPU Shading Language

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