DEBSOURCES
Skip Quicknav
sources / rustc-web / 1.78.0%2Bdfsg1-2~deb11u3 / tests / mir-opt / return_an_array.rs
123456789
// skip-filecheck // this tests move up progration, which is not yet implemented fn foo() -> [u8; 1024] { let x = [0; 1024]; return x; } fn main() { }