mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-09-01 10:19:01 +00:00
interp: mark pointers in aggregate call operands as external
This commit is contained in:
@@ -22,6 +22,7 @@ func TestInterp(t *testing.T) {
|
||||
"store",
|
||||
"alloc",
|
||||
"slicedata",
|
||||
"aggregate",
|
||||
} {
|
||||
t.Run(name, func(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
Reference in New Issue
Block a user