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