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

23 lines
247 B
GLSL

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