summary refs log tree commit diff
path: root/lisc/test/spill.ssa
diff options
context:
space:
mode:
Diffstat (limited to 'lisc/test/spill.ssa')
-rw-r--r--lisc/test/spill.ssa4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisc/test/spill.ssa b/lisc/test/spill.ssa
index a504c52..ae4b935 100644
--- a/lisc/test/spill.ssa
+++ b/lisc/test/spill.ssa
@@ -9,7 +9,8 @@
 # spill
 #
 
-@start
+function $test {
+ @start
 	%f =w copy 0      # here
 	%b =w copy 1
 	%c =w copy 2
@@ -18,3 +19,4 @@
 	%e =w copy %f     # and there
 	%g =w copy %a
 	ret
+}