blob: 9f41ed9a24523d4d1c4886851f6cd952d3fc55b5 [file] [log] [blame]
// compile-pass
fn main() {
assert_eq!(&mut [0; 1][..], &mut []);
}