Sign in
dawn
/
tint
/
refs/heads/chromium/4870
/
.
/
test
/
bug
/
tint
/
1064.wgsl.expected.glsl
blob: 290d58022148762046901482fc2f89e1ccec6416 [
file
] [
log
] [
blame
]
#version 310 es
precision mediump
float
;
void
tint_symbol
()
{
while
(
true
)
{
if
(
false
)
{
}
else
{
break
;
}
{
if
(
true
)
{
}
else
{
break
;
}
}
}
}
void
main
()
{
tint_symbol
();
return
;
}