Sign in
dawn
/
tint
/
refs/heads/chromium/4607
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_SLessThan_SpvBinaryLogicalTest_EmitExpression_2.spvasm.expected.msl
blob: 1042dba6dd0500d479229cca594903479bc8d802 [
file
] [
log
] [
blame
] [
edit
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
bool
const
x_1
=
(
30
<
as_type
<int>
(
20u
));
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}