new testing infrastructure
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
|
||||
@type [compiler]
|
||||
@source
|
||||
|
||||
fun X() {}
|
||||
|
||||
@bytecode
|
||||
|
||||
PUSHFUN fun, 0, "X";
|
||||
JUMP end;
|
||||
fun:
|
||||
RETURN 0;
|
||||
end:
|
||||
ASS "X";
|
||||
POP 1;
|
||||
EXIT;
|
||||
Reference in New Issue
Block a user