# New Ticket Created by  Itsuki Toyota 
# Please include the string:  [perl #129809]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=129809 >


I mean something like the following example.

$ perl6 -MNativeCall -e 'my int32 $a = 10; $a.ref.say' 
# NativeCall::Types::Pointer[int32]<0x414a0a0>


$ perl6 -MNativeCall -e 'my CArray[int32] $a .= new; $a[0] = 10; $a.ref.say'
# NativeCall::Types::Pointer[NativeCall::Types::CArray[int32]]<0x3ddebc0>

Reply via email to