From c2bb80335b590c9118bad0da1d4407942b3765de Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Fri, 16 May 2025 18:05:33 -0700 Subject: Add support for comments --- tests/01-simple.sml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tests/01-simple.sml') 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 -- cgit v1.3.1