Sign in
dawn
/
dawn
/
a5d73ce965a7fa63c64d67caeb2f0d83245b7e6f
/
.
/
test
/
bug
/
tint
/
1064.wgsl.expected.hlsl
blob: 56911a4b81de25288fbafaef05368cf040792834 [
file
] [
log
] [
blame
]
void
main
()
{
while
(
true
)
{
if
(
false
)
{
}
else
{
break
;
}
{
if
(
true
)
{
}
else
{
break
;
}
}
}
return
;
}