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