Sign in
dawn
/
tint
/
6d60c046e80acbe10c002d4322e0a20a58b9a416
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserCFGTest_ClassifyCFGEdges_LoopContinue_FromNestedSwitchDefaultBody_Conditional.spvasm.expected.hlsl
blob: 89ab52484268f2a99fb8f425e297f8b75b660d19 [
file
] [
log
] [
blame
]
static
uint
var_1
=
0u
;
void
main_1
()
{
while
(
true
)
{
if
(
false
)
{
}
else
{
break
;
}
switch
(
42u
)
{
default
:
{
if
(
true
)
{
continue
;
}
break
;
}
case
79u
:
{
break
;
}
}
}
return
;
}
void
main
()
{
main_1
();
return
;
}