Sign in
dawn
/
dawn
/
3e01ddbb5c7e8f0bc03965a1497a6c7276e1ed24
/
.
/
test
/
tint
/
bug
/
tint
/
1540.wgsl.expected.dxc.hlsl
blob: 396172fd902c8a23eec7d637410c856172d4a4c3 [
file
] [
log
] [
blame
]
struct
S
{
bool
e
;
};
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
bool
b
=
false
;
S v
=
{(
true
&
b
)};
return
;
}