add paster to some weird golang incorrect memory address bug

This commit is contained in:
2023-11-14 20:19:24 +00:00
parent 140ce3d2a8
commit 6295e23d1b
3 changed files with 31 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ import (
)
// args without the program path
var Args = os.Args[1:]
var Args = []string{"/home/william/Documents/code/argon-v3/tests/broken_funcCall.ar"}
type stack = []ArObject