blob: 492182921ba347b377b682c3e92025b6dcc8d36b [file] [log] [blame]
fn main() {
&{[1, 2, 3][4]};
//~^ ERROR index out of bounds
//~| ERROR reaching this expression at runtime will panic or abort
}