interp: mark pointers in aggregate call operands as external

This commit is contained in:
rdon-key
2026-08-13 20:19:07 +09:00
committed by Ron Evans
parent 93bc65479f
commit af429a597b
4 changed files with 46 additions and 5 deletions
+1
View File
@@ -22,6 +22,7 @@ func TestInterp(t *testing.T) {
"store",
"alloc",
"slicedata",
"aggregate",
} {
t.Run(name, func(t *testing.T) {
t.Parallel()