aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests/func/wrong_ret.sy
blob: 6c4a9a5cdde53d910a8f1e5fafe4f6c839a52402 (plain) (blame)
1
2
3
4
5
6
7
start :: fn {

    f : fn -> int = fn {}
    f
}

// errors: [ErrorKind::TypeMismatch(_, _)]