summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-05-16 18:05:33 -0700
committerRose Hogenson <rosehogenson@posteo.net>2025-05-16 18:05:33 -0700
commitc2bb80335b590c9118bad0da1d4407942b3765de (patch)
tree2e8d8a486ef73add0ebf0b55a2ab90724d3e67f7 /tests
parent5582235bd300f8de997192f9109d596d12df4bbe (diff)
downloadsml-c2bb80335b590c9118bad0da1d4407942b3765de.tar.zst
Add support for comments
Diffstat (limited to 'tests')
-rw-r--r--tests/01-simple.sml9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/01-simple.sml b/tests/01-simple.sml
index 3e87f14..e41f9b4 100644
--- a/tests/01-simple.sml
+++ b/tests/01-simple.sml
@@ -1 +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