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