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