diff options
Diffstat (limited to 'test/matchint.myr')
-rw-r--r-- | test/matchint.myr | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/matchint.myr b/test/matchint.myr index 5fc3eb4..a8f59e8 100644 --- a/test/matchint.myr +++ b/test/matchint.myr @@ -11,5 +11,6 @@ const main = { | 4: std.exit(99) | 12: std.exit(84) | 6: std.exit(18) + | x: std.die("Got an unexpected int!\n") ;; } |