Sign in
dawn
/
dawn
/
f3e7db0c4ed2fe144a7f682e029f48e1c9ccf3ca
/
.
/
test
/
tint
/
bug
/
tint
/
1540.wgsl.expected.ir.fxc.hlsl
blob: 41431557b6b52bc59ebb99a064ef8fd9bdbbacf6 [
file
] [
log
] [
blame
]
struct
S
{
bool
e
;
};
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
bool
b
=
false
;
S v
=
{(
true
&
b
)};
}