mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-06 12:03:41 +00:00
compiler,transform: fix for pointer-to-pointer type switches from @aykevl
This commit is contained in:
Vendored
+3
@@ -24,3 +24,6 @@ Byte(): 3
|
||||
non-blocking call on sometimes-blocking interface
|
||||
slept 1ms
|
||||
slept 1ms
|
||||
type is int
|
||||
type is *int
|
||||
type is **int
|
||||
|
||||
Reference in New Issue
Block a user