Sign in
dawn
/
dawn
/
1efee19cc3ff7accd96be894b8b82b4cebdf295a
/
.
/
test
/
tint
/
out_of_order_decls
/
array
/
alias.wgsl.expected.ir.fxc.hlsl
blob: 3f50913346cfa8053a767c20fdf120ec36658e61 [
file
] [
log
] [
blame
]
static
int
A
[
4
]
=
(
int
[
4
])
0
;
void
f
()
{
A
[
int
(
0
)]
=
int
(
1
);
}