7 lines
83 B
Rust
7 lines
83 B
Rust
![]() |
// See issue #100696.
|
||
|
// run-fail
|
||
|
// check-run-results
|
||
|
fn main() {
|
||
|
&""[1..];
|
||
|
}
|