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

17 lines
176 B
WebGPU Shading Language

[[stage(fragment)]]
fn main() {
loop {
if (false) {
} else {
break;
}
continuing {
if (true) {
} else {
break;
}
}
}
}