Sign in
dawn
/
dawn
/
a32b6b4a0f4f02946072f66808728dda29533c81
/
.
/
test
/
tint
/
out_of_order_decls
/
array
/
alias.wgsl
blob: d7c7835611e6c770c59088b6b88b2f1e55df1e64 [
file
] [
log
] [
blame
]
var
<private>
A
:
array
<
T
,
4
>;
type T
=
i32
;
@fragment
fn f
()
{
A
[
0
]
=
1
;
}