Add programs to trigger error cases.

This commit is contained in:
2020-09-10 14:02:19 -07:00
parent 1a05d5ff7a
commit ca395b5c09
15 changed files with 65 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
defn main = {
case True of {
n -> { 2 }
n -> { 1 }
}
}