Sign in
rust
/
rust
/
refs/heads/try-perf
/
.
/
tests
/
ui
/
consts
/
arithmetic-expr-in-array-len.rs
blob: 758833b485bd32db19403d8bbb9dcfe80c275f09 [
file
] [
edit
]
//! Regression test for https://github.com/rust-lang/rust/issues/4387
//@ run-pass
pub
fn
main
()
{
let
_foo
=
[
0
;
2
*
4
];
}