blob: 9f54d4258bf1dacde268fc8c0ebe795dfc591dd5 [file] [log] [blame]
//@ run-pass
fn main() {
let _ = &&[()][0];
println!("{:?}", &[(),()][1]);
}