mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-09 05:23:40 +00:00
reflect: track flags when size changes from fits-in-pointer to not
Fixes #3328
This commit is contained in:
Vendored
+1
@@ -129,6 +129,7 @@ func main() {
|
||||
&linkedList{
|
||||
foo: 42,
|
||||
},
|
||||
struct{ A, B uintptr }{2, 3},
|
||||
// interfaces
|
||||
[]interface{}{3, "str", -4 + 2.5i},
|
||||
} {
|
||||
|
||||
Reference in New Issue
Block a user