summary refs log tree commit diff
path: root/lisc/test/double.ssa
diff options
context:
space:
mode:
Diffstat (limited to 'lisc/test/double.ssa')
-rw-r--r--lisc/test/double.ssa6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisc/test/double.ssa b/lisc/test/double.ssa
index 576ed04..d885d28 100644
--- a/lisc/test/double.ssa
+++ b/lisc/test/double.ssa
@@ -16,3 +16,9 @@ function $test() {
 	storew %i2, $a
 	ret
 }
+
+# >>> driver
+# extern void test(void);
+# int a;
+# int main() { test(); return !(a == 55); }
+# <<<