Sign in
dawn
/
tint
/
f3f8ec384506ab5fc8e8ab5d3a2b0c57d6057c0a
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserCFGTest_ClassifyCFGEdges_LoopBreak_FromLoopBodyDirect.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
;
}