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

6 lines
56 B
WebGPU Shading Language

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