xref
: /
frameworks
/
compile
/
slang
/
tests
/
F_multidim_array
/
multidim_array.rs
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
pragma
version
(
1
)
2
#
pragma
rs
java_package_name
(
foo
)
3
4
int
arr
[
2
][
2
];
5