new testing infrastructure
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
|
||||
@type [compiler]
|
||||
@source
|
||||
|
||||
A, B = func();
|
||||
|
||||
@bytecode
|
||||
|
||||
PUSHVAR "func";
|
||||
CALL 0, 2;
|
||||
|
||||
ASS "B";
|
||||
POP 1;
|
||||
|
||||
ASS "A";
|
||||
|
||||
POP 1;
|
||||
EXIT;
|
||||
Reference in New Issue
Block a user