Sign in
dawn
/
tint
/
5af571bcbcf424fcc65430f304933c98612adbe1
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserCFGTest_ComputeBlockOrder_Loop_BodyHasBreak.spvasm.expected.hlsl
blob: 427d2118b210ff10ab459474c38042c1cc1d3df6 [
file
] [
log
] [
blame
]
SKIP
:
FAILED
static
uint
var_1
=
0u
;
void
main_1
()
{
while
(
true
)
{
if
(
false
)
{
}
else
{
break
;
}
break
;
}
return
;
}
void
main
()
{
main_1
();
return
;
}