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