Sign in
dawn
/
tint
/
refs/heads/chromium/4607
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_UGreaterThanEqual_SpvBinaryLogicalTest_EmitExpression_5.spvasm.expected.hlsl
blob: 569fa4d8a86da4f0681b1f13279caf586209ddbe [
file
] [
log
] [
blame
] [
edit
]
void
main_1
()
{
const
bool2 x_1
=
(
uint2
(
10u
,
20u
)
>=
asuint
(
int2
(
40
,
30
)));
return
;
}
void
main
()
{
main_1
();
return
;
}