Sign in
dawn
/
dawn
/
e53b6f95025c28af68e7f970dd9b6a28b32532a8
/
.
/
test
/
tint
/
bug
/
tint
/
1541.wgsl.expected.msl
blob: 09817b7a21405fc9ad2247a677a47f4d5824e2b1 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
tint_symbol
()
{
bool
const
a
=
true
;
bool
v
=
select
(
bool
(
a
&
true
),
true
,
false
);
return
;
}