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

5 lines
60 B
WebGPU Shading Language

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