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