# New Ticket Created by Itsuki Toyota # Please include the string: [perl #128049] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=128049 >
See the following results.
$ perl6 -MNativeCall -e 'class Foo { has $.piyo; method new() { my $fuga =
CArray[OpaquePointer]; $fuga[0] = OpaquePointer; $!piyo = $fuga[0]; } };
Foo.new();'
Cannot look up attributes in a type object
in method new at -e line 1
in block <unit> at -e line 1
