blob: 9553aed9a00ea97f712cea6914d7571619443cda [file] [log] [blame]
//@ run-pass
pub fn main() {
let _x: &mut [isize] = &mut [ 1, 2, 3 ];
}