Sign in
dawn
/
dawn
/
4ffcf067a3ac76465d76295985441f36d82be7f2
/
.
/
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
();
}