Sign in
dawn
/
tint
/
6d60c046e80acbe10c002d4322e0a20a58b9a416
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_IAdd_MixedSignedness_SpvBinaryArithGeneralTest_EmitExpression_5.spvasm.expected.hlsl
blob: 62873fd83f48bd5f3af76c07e19d1512a9d52f14 [
file
] [
log
] [
blame
]
void
main_1
()
{
const
int2 x_1
=
asint
((
uint2
(
10u
,
20u
)
+
asuint
(
int2
(
40
,
30
))));
return
;
}
void
main
()
{
main_1
();
return
;
}