blob: 7d23c0c44b7811a30c2111ecd4026efebb2d401c [file] [log] [blame]
fn test() -> (i32,) {
return;
//~^ ERROR `return;` in a function whose return type is not `()`
}
fn main() {}