summaryrefslogtreecommitdiff
path: root/test-suite/standalone/sassy/tests/hello.scm
blob: 85ecb38b9ed528c5547ecde236ecd88dbe6dfbf4 (plain)
1
2
3
4
5
6
7
8
9
(export _global_offset_table_)

(import say-hello)

(entry _start)

(text (label _start (jmp (plt say-hello))))