Sign in
dawn
/
tint
/
refs/heads/chromium/4607
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_INotEqual_SpvBinaryLogicalTest_EmitExpression_4.spvasm.expected.hlsl
blob: ea71e083e3f2ead8357f118f54ec92f237865d00 [
file
] [
log
] [
blame
] [
edit
]
void
main_1
()
{
const
bool2 x_1
=
(
uint2
(
10u
,
20u
)
!=
uint2
(
20u
,
10u
));
return
;
}
void
main
()
{
main_1
();
return
;
}