Sign in
dawn
/
tint
/
refs/heads/chromium/4607
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_LogicalNotEqual_SpvBinaryLogicalTest_EmitExpression_1.spvasm.expected.msl
blob: e0133cf290b568f3a494e6b9c29041659b77faf3 [
file
] [
log
] [
blame
] [
edit
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
bool2
const
x_1
=
(
bool2
(
true
,
false
)
!=
bool2
(
false
,
true
));
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}