i2 : voidstarstar {address int 0, address int 1, address int 2}
o2 = {0x7f42d0389700, 0x7f42d03896f0, 0x7f42d03896e0}
o2 : ForeignObject of type void**
|
i4 : int2star {{1, 2}, {3, 4}, {5, 6}, {7, 8}, {9, 10}}
o4 = {{1, 2}, {3, 4}, {5, 6}, {7, 8}, {9, 10}}
o4 : ForeignObject of type int32[2]*
|