diff options
Diffstat (limited to 'tests/110-case.sml')
| -rw-r--r-- | tests/110-case.sml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/110-case.sml b/tests/110-case.sml new file mode 100644 index 0000000..297ae5b --- /dev/null +++ b/tests/110-case.sml @@ -0,0 +1 @@ +val _ = case 42 of x => __builtin "exit" x |
