dawn-cmake/test/bug/tint/990.wgsl

5 lines
54 B
WebGPU Shading Language

fn f() {
var i : i32;
for (let p = &i;;) {}
}