Sign in
dawn
/
dawn
/
420c94dea54a27d55c90ddc7907d871e070b0df3
/
.
/
test
/
tint
/
out_of_order_decls
/
array
/
struct.wgsl.expected.fxc.hlsl
blob: e61f287d33e38817be464b222bdd7efa7edfe4b8 [
file
]
struct
S
{
int
m
;
};
static
S A
[
4
]
=
(
S
[
4
])
0
;
void
f
()
{
S tint_symbol
=
{
1
};
A
[
0
]
=
tint_symbol
;
return
;
}