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