4 lines
79 B
Rust
4 lines
79 B
Rust
fn main() {
|
|
(return)[0]; //~ ERROR cannot index into a value of type `!`
|
|
}
|