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

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

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