turn test files in one function definition

This commit is contained in:
Quentin Carbonneaux 2015-09-07 22:11:43 -04:00
parent 87ab8941ed
commit a1b3e82dc9
16 changed files with 114 additions and 82 deletions

View file

@ -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
}