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