Sign in
gnu
/
gcc.git
/
refs/heads/trunk
/
.
/
gcc
/
testsuite
/
rust
/
compile
/
array4.rs
blob: c70ca0a970ad1508db39e0bf28b9ce107d95a2fa [
file
] [
log
] [
blame
]
pub
fn
foo
()
{
[
0
,
1
,
2
][
1
];
}