mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-02 17:28:12 +00:00
6 lines
71 B
Rust
6 lines
71 B
Rust
// check-pass
|
|
|
|
fn main() {
|
|
assert_eq!(&mut [0; 1][..], &mut []);
|
|
}
|