Sign in
dawn
/
tint
/
refs/heads/chromium/4607
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserFunctionVarTest_EmitStatement_Hoist_VectorInsertDynamic.spvasm.expected.hlsl
blob: 305aab8033979a31a10d60a8bbfb786c357b61b3 [
file
] [
log
] [
blame
] [
edit
]
void
main_1
()
{
int2 x_200
=
int2
(
0
,
0
);
if
(
true
)
{
x_200
=
int2
(
0
,
0
);
x_200
[
1
]
=
3
;
}
else
{
return
;
}
const
int2 x_201
=
x_200
;
return
;
}
void
main
()
{
main_1
();
return
;
}