Sign in
gnu
/
gcc.git
/
refs/heads/trunk
/
.
/
gcc
/
testsuite
/
rust
/
compile
/
issue-3664.rs
blob: ed8323db44ed321fca0dc8f57fd877ba077bf321 [
file
]
#![
feature
(
no_core
)]
#![
no_core
]
const
ARR
:
[
usize
;
1
]
=
[
2
];
pub
fn
l8
()
{
let
_
=
5
<<
ARR
[
0
];
}