Sign in
dawn
/
dawn
/
6e93ca5f8bfa3ff68c2b580212f5853ccc7985a1
/
.
/
test
/
tint
/
bug
/
tint
/
1064.wgsl.expected.glsl
blob: 44116ab4eb82ad756cf3528e2bd67503b92e63dc [
file
] [
log
] [
blame
]
#version 310 es
precision highp
float
;
precision highp
int
;
void
tint_symbol
()
{
while
(
true
)
{
if
(
false
)
{
}
else
{
break
;
}
{
if
(
false
)
{
break
;
}
}
}
}
void
main
()
{
tint_symbol
();
return
;
}