1 2 3 4 5
const x: () = { return; //~ ERROR return statement outside of function body }; fn main() {}