main()1 fn main() {
2     (return)[0]; //~ ERROR cannot index into a value of type `!`
3 }
4