Sign in
dawn
/
tint
/
6d60c046e80acbe10c002d4322e0a20a58b9a416
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserCFGTest_ClassifyCFGEdges_SwitchBreak_FromSwitchCaseDirect.spvasm.expected.hlsl
blob: f198b0001b31cc976cd33edded7e8aa0fd1a9cb7 [
file
] [
log
] [
blame
]
static
uint
var_1
=
0u
;
void
main_1
()
{
switch
(
42u
)
{
default
:
{
break
;
}
case
20u
:
{
break
;
}
}
return
;
}
void
main
()
{
main_1
();
return
;
}