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

5 lines
56 B
WebGPU Shading Language

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