Sign in
dawn
/
tint
/
b4cd255c6ecc8db6d49274b8de378b33c478c629
/
.
/
test
/
expressions
/
zero_init
/
scalar
/
bool.wgsl.expected.msl
blob: a68d88c79d18a722f2690d2b4d5421c935b2fcd7 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
bool
v
=
bool
();
}