Sign in
dawn
/
tint
/
6d60c046e80acbe10c002d4322e0a20a58b9a416
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_BitwiseAnd_SpvBinaryBitTest_EmitExpression_2.spvasm.expected.hlsl
blob: 61c9c17dd1db509ec97261f79bfe793fbc5bd87b [
file
] [
log
] [
blame
]
void
main_1
()
{
const
uint2 x_1
=
(
uint2
(
10u
,
20u
)
&
uint2
(
20u
,
10u
));
return
;
}
void
main
()
{
main_1
();
return
;
}