From bba98043c75be16d1d1e4c05ded79e07c90f7779 Mon Sep 17 00:00:00 2001 From: _ <_@_> Date: Mon, 2 Oct 2023 11:06:08 -0500 Subject: [PATCH] :white_check_mark: test: this script revealed the recent bug in call/return --- lunar_wave_vm/test_vectors/varargs.lua | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 lunar_wave_vm/test_vectors/varargs.lua diff --git a/lunar_wave_vm/test_vectors/varargs.lua b/lunar_wave_vm/test_vectors/varargs.lua new file mode 100644 index 0000000..4b307da --- /dev/null +++ b/lunar_wave_vm/test_vectors/varargs.lua @@ -0,0 +1,2 @@ + +print (math.sqrt (25))