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