Sign in
dawn
/
tint
/
refs/heads/chromium/4607
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_ShiftRightLogical_Arg2Unsigned_SpvBinaryBitGeneralTest_EmitExpression_0.spvasm.expected.hlsl
blob: fe69c417247556267e57bb78a95292441d77ca87 [
file
] [
log
] [
blame
] [
edit
]
void
main_1
()
{
const
uint
x_1
=
(
10u
>>
20u
);
return
;
}
void
main
()
{
main_1
();
return
;
}