Sign in
dawn
/
tint
/
d1a026ecd0e03331d87e3cf131b2a5702af58f28
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_ShiftRightLogical_Arg2Unsigned_SpvBinaryBitGeneralTest_EmitExpression_1.spvasm.expected.msl
blob: fe035818447a7963bb0953556f1e5c5423d4d45d [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
int
const
x_1
=
as_type
<int>
((
as_type
<uint>
(
30
)
>>
20u
));
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}