Sign in
dawn
/
tint
/
85d2e448de2b7e0de92f14235424e623b22f60d2
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvLogicalTest_Any.spvasm.expected.msl
blob: 2a1ff4f94c9ec9ca2492fa7d376a2d2f9ac63272 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
bool
const
x_1
=
any
(
bool2
(
true
,
false
));
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}