Sign in
fuchsia
/
third_party
/
rust
/
2a3e17c6d5c49eeb770ade2fa660f98e9cce0ce0
/
.
/
tests
/
ui
/
consts
/
issue-17756.rs
blob: 8a419e8046da50bbaeeb7a9f5cad54d4d4fe0d46 [
file
] [
log
] [
blame
]
//@ run-pass
#![
allow
(
unused_variables
)]
#![
allow
(
non_upper_case_globals
)]
const
count
:
usize
=
2
as
usize
;
fn
main
()
{
let
larger
:
[
usize
;
count
*
2
];
}