Sign in
dawn
/
tint
/
6d60c046e80acbe10c002d4322e0a20a58b9a416
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserFunctionVarTest_EmitStatement_Hoist_UsedAsNonPtrArg.spvasm.expected.hlsl
blob: f9805b7783a142ec06b67fc9c8112005afb42969 [
file
] [
log
] [
blame
]
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
;
}