Sign in
dawn
/
tint
/
refs/heads/chromium/4607
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_ShiftRightArithmetic_Arg2Unsigned_SpvBinaryBitGeneralTest_EmitExpression_1.spvasm.expected.msl
blob: 380a4a7246375e266a424a7f4c62835c7eebf592 [
file
] [
log
] [
blame
] [
edit
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
int
const
x_1
=
(
30
>>
10u
);
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}