Sign in
dawn
/
tint
/
6d60c046e80acbe10c002d4322e0a20a58b9a416
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_SLessThanEqual_SpvBinaryLogicalTest_EmitExpression_3.spvasm.expected.msl
blob: 196682980e6f0830ff1b5c536fd71a64ea1186a5 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
bool2
const
x_1
=
(
int2
(
30
,
40
)
<=
int2
(
40
,
30
));
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}