Sign in
dawn
/
tint
/
6d60c046e80acbe10c002d4322e0a20a58b9a416
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_ULessThan_SpvBinaryLogicalTest_EmitExpression_5.spvasm.expected.hlsl
blob: bef764da7d618c6d3c579493d8444f25f76b6a88 [
file
] [
log
] [
blame
]
void
main_1
()
{
const
bool2 x_1
=
(
uint2
(
10u
,
20u
)
<
asuint
(
int2
(
40
,
30
)));
return
;
}
void
main
()
{
main_1
();
return
;
}