1 2 3 4 5 6 7
// See issue #100696. // run-fail // check-run-results // exec-env:RUST_BACKTRACE=0 fn main() { &""[1..]; }