Sign in
dawn
/
dawn
/
a5d73ce965a7fa63c64d67caeb2f0d83245b7e6f
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserFunctionVarTest_EmitStatement_Hoist_UsedAsNonPtrArg.spvasm.expected.hlsl
blob: f9805b7783a142ec06b67fc9c8112005afb42969 [
file
]
void
x_500
(
int
x_501
)
{
return
;
}
void
main_1
()
{
int
x_200
=
0
;
if
(
true
)
{
x_200
=
1
;
}
else
{
return
;
}
x_500
(
x_200
);
return
;
}
void
main
()
{
main_1
();
return
;
}