Sign in
dawn
/
tint
/
6d60c046e80acbe10c002d4322e0a20a58b9a416
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_ShiftRightLogical_Arg2Unsigned_SpvBinaryBitGeneralTest_EmitExpression_1.spvasm.expected.hlsl
blob: cce77bf8d0f169212e6fd0b5007753ecb699ada2 [
file
] [
log
] [
blame
]
void
main_1
()
{
const
int
x_1
=
asint
((
asuint
(
30
)
>>
20u
));
return
;
}
void
main
()
{
main_1
();
return
;
}