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