aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/hello_world.e2s4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/hello_world.e2s b/tests/hello_world.e2s
new file mode 100644
index 0000000..24b3426
--- /dev/null
+++ b/tests/hello_world.e2s
@@ -0,0 +1,4 @@
+(func main () ()
+ (progn
+ (return-if-error (println "Hello, world!\n"))
+ (return)))