diff options
Diffstat (limited to 'tests/010-simple.sml')
| -rw-r--r-- | tests/010-simple.sml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/010-simple.sml b/tests/010-simple.sml new file mode 100644 index 0000000..e41f9b4 --- /dev/null +++ b/tests/010-simple.sml @@ -0,0 +1,10 @@ +(* + This file is part of Foobar. + + Foobar is free software: you can redistribute it and/or modify it under the + terms of the GNU General Public License as published by the Free Software + Foundation, either version 3 of the License, or (at your option) any + later version. +*) + +val _ = __builtin "exit" 42 |
