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