Sign in
dawn
/
tint
/
85d2e448de2b7e0de92f14235424e623b22f60d2
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserCFGTest_ComputeBlockOrder_Loop_Loop.spvasm.expected.hlsl
blob: 56c69c81d72b15036e59801654e95c250b77e0f1 [
file
] [
log
] [
blame
]
static
uint
var_1
=
0u
;
void
main_1
()
{
while
(
true
)
{
if
(
false
)
{
}
else
{
break
;
}
while
(
true
)
{
if
(
true
)
{
}
else
{
break
;
}
}
}
return
;
}
void
main
()
{
main_1
();
return
;
}