blob: 8f0dc3201293e30d6537b90372323264cce90f5c [file] [log] [blame]
fn main() {
const array:[i32; 1] = [1];
const slice:&[i32] = &array;
}