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


NativeCall error does not report file name or line number.

--cut here--
use NativeCall;

class Marpa {
   my constant LIB = 'libmarpa.so.8.3';

   sub marpa_version
       ( CArray[Int] $version )
       returns Marpa-Error-Code
       is native( LIB ) { * }
}
--cut here--

--cut here--
===SORRY!===
CArray may only contain native integers and numbers, strings, C Structs 
or C Pointers
--cut here--

Reply via email to