blob: 87e0cde591959a15bd15fb301ee10c116306a650 [file] [log] [blame]
fn main() {
let z = ();
let _ = z[0]; //~ ERROR cannot index into a value of type `()`
}