Sign in
dawn
/
tint
/
671d9703f0c1f42560c8d28b7b555f39edc89d87
/
.
/
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
();
}