Sign in
dawn
/
tint
/
6d60c046e80acbe10c002d4322e0a20a58b9a416
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_SLessThanEqual_SpvBinaryLogicalTest_EmitExpression_1.spvasm.expected.msl
blob: a845fcba2f474ca0ed4280c112d779fbfb3699cf [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
bool
const
x_1
=
(
as_type
<int>
(
10u
)
<=
40
);
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}