mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
7 lines
83 B
Rust
7 lines
83 B
Rust
![]() |
// See issue #100696.
|
||
|
// run-fail
|
||
|
// check-run-results
|
||
|
fn main() {
|
||
|
&""[1..];
|
||
|
}
|