Sign in
dawn
/
dawn
/
74be086259e3c8c2b9759e3f60a710c9ad8e191e
/
.
/
test
/
tint
/
out_of_order_decls
/
array
/
alias.wgsl.expected.fxc.hlsl
blob: 61915b7998e7a16b68a559bd7fa484079573bdd8 [
file
] [
log
] [
blame
]
static
int
A
[
4
]
=
(
int
[
4
])
0
;
void
f
()
{
A
[
0u
]
=
int
(
1
);
}