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

20 lines
219 B
GLSL

#version 310 es
precision mediump float;
void tint_symbol() {
while (true) {
if (false) {
} else {
break;
}
{
if (false) { break; }
}
}
}
void main() {
tint_symbol();
return;
}