blob: 09146a824fcdd13052a3087331678d44338bf013 [file] [log] [blame]
// skip-filecheck
// this tests move up progration, which is not yet implemented
fn foo() -> [u8; 1024] {
let x = [0; 1024];
return x;
}
fn main() { }