Sign in
dawn
/
tint
/
6d60c046e80acbe10c002d4322e0a20a58b9a416
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_ShiftLeftLogical_Arg2Signed_SpvBinaryBitGeneralTest_EmitExpression_1.spvasm.expected.msl
blob: daa90a30bbfb68328f09fdacd14a18714bd18344 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
uint
const
x_1
=
(
10u
<<
as_type
<uint>
(
40
));
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}