summaryrefslogtreecommitdiff
path: root/test-suite/standalone/sassy/tests/brt.scm
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/standalone/sassy/tests/brt.scm')
-rw-r--r--test-suite/standalone/sassy/tests/brt.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/test-suite/standalone/sassy/tests/brt.scm b/test-suite/standalone/sassy/tests/brt.scm
new file mode 100644
index 000000000..31c957f2d
--- /dev/null
+++ b/test-suite/standalone/sassy/tests/brt.scm
@@ -0,0 +1,4 @@
+(
+(brt (jnz 0))
+(brnt (jae 0))
+)