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