Sign in
dawn
/
tint
/
refs/heads/chromium/4607
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserFunctionVarTest_EmitStatement_CombinatorialNonPointer_Hoisting_DefFirstBlockSwitch_InIf.spvasm.expected.hlsl
blob: 0f61ca0fd6460114f36d4cbd68fffcc090327183 [
file
] [
log
] [
blame
] [
edit
]
static
uint
x_200
=
0u
;
void
main_1
()
{
if
(
true
)
{
const
uint
x_1
=
1u
;
switch
(
1u
)
{
case
0u
:
{
break
;
}
default
:
{
break
;
}
}
x_200
=
x_1
;
}
return
;
}
void
main
()
{
main_1
();
return
;
}