mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-12 15:03:41 +00:00
compiler: implement casting named structs and pointers to them
This commit is contained in:
committed by
Ron Evans
parent
85f2ef40f8
commit
38c3d0852e
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
test0
|
||||
test1 1
|
||||
test2 1 2
|
||||
test3 1 2 3
|
||||
test4 1 2 3 4
|
||||
test4b 1 2 3 4
|
||||
test4bp 1 2 3 4
|
||||
test5 1 2 3
|
||||
test6 foo 3 5
|
||||
test7 (0:nil) 8
|
||||
test8 2 3 12 13 6
|
||||
Reference in New Issue
Block a user