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