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