Sign in
dawn
/
tint
/
6d60c046e80acbe10c002d4322e0a20a58b9a416
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_BitwiseAnd_SpvBinaryBitTest_EmitExpression_2.spvasm.expected.msl
blob: 35af63a645cec8fe6b82c61f3040bfc956afd7a7 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
uint2
const
x_1
=
(
uint2
(
10u
,
20u
)
&
uint2
(
20u
,
10u
));
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}