Sign in
dawn
/
tint
/
refs/heads/chromium/4607
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_BitwiseAnd_SpvBinaryBitTest_EmitExpression_0.spvasm.expected.msl
blob: 4857feae0579aa23c0772787bcd27a2c4e6a4af0 [
file
] [
log
] [
blame
] [
edit
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
uint
const
x_1
=
(
10u
&
20u
);
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}