aboutsummaryrefslogtreecommitdiffstats
path: root/progs
diff options
context:
space:
mode:
Diffstat (limited to 'progs')
-rw-r--r--progs/tests/unreachable.sy6
1 files changed, 5 insertions, 1 deletions
diff --git a/progs/tests/unreachable.sy b/progs/tests/unreachable.sy
index f016a14..5a59ae1 100644
--- a/progs/tests/unreachable.sy
+++ b/progs/tests/unreachable.sy
@@ -1 +1,5 @@
-<!>
+start :: fn {
+ <!>
+}
+
+// errors: [ErrorKind::Unreachable]