Sign in
dawn
/
tint
/
b4cd255c6ecc8db6d49274b8de378b33c478c629
/
.
/
test
/
expressions
/
index
/
let
/
literal
/
array.wgsl.expected.wgsl
blob: 1435ee774e26a74e634923dc8683f921c0f7e08b [
file
] [
log
] [
blame
]
fn f
()
->
i32
{
let
a
=
array
<
i32
,
8
>(
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
);
return
a
[
1
];
}