summaryrefslogtreecommitdiff
path: root/test-suite/standalone/sassy/tests/sect.scm
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/standalone/sassy/tests/sect.scm')
-rw-r--r--test-suite/standalone/sassy/tests/sect.scm9
1 files changed, 9 insertions, 0 deletions
diff --git a/test-suite/standalone/sassy/tests/sect.scm b/test-suite/standalone/sassy/tests/sect.scm
new file mode 100644
index 000000000..78f786cda
--- /dev/null
+++ b/test-suite/standalone/sassy/tests/sect.scm
@@ -0,0 +1,9 @@
+(data
+ (label foo
+ (dwords 100 200 300 (reloc abs $here 4))))
+
+(text
+ (label bar
+ (esc ((push $win))
+ (seq (nop)
+ (nop)))))