blob: 665a8fdf8e26e271819f99ebf5d4a112ad0dd780 [file]
const x: () = {
return; //~ ERROR return statement outside of function body
};
fn main() {}