summaryrefslogtreecommitdiff
path: root/test-suite/standalone/sassy/tests/hello.scm
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/standalone/sassy/tests/hello.scm')
-rw-r--r--test-suite/standalone/sassy/tests/hello.scm9
1 files changed, 9 insertions, 0 deletions
diff --git a/test-suite/standalone/sassy/tests/hello.scm b/test-suite/standalone/sassy/tests/hello.scm
new file mode 100644
index 000000000..85ecb38b9
--- /dev/null
+++ b/test-suite/standalone/sassy/tests/hello.scm
@@ -0,0 +1,9 @@
+(export _global_offset_table_)
+
+(import say-hello)
+
+(entry _start)
+
+(text (label _start (jmp (plt say-hello))))
+
+