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