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