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