compiler,transform: fix for pointer-to-pointer type switches from @aykevl

This commit is contained in:
Damian Gryski
2023-06-01 10:41:36 -07:00
committed by Ron Evans
parent 62fb386d57
commit f5f4751088
4 changed files with 44 additions and 6 deletions
+3
View File
@@ -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