The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
12345678910 class TestCase::NativeAPISrc { use TestCase::Resource::Mylib1; native static method src_foo : int (); native static method src_bar : int (); native static method src_baz : int ();}
class TestCase::NativeAPISrc {
use TestCase::Resource::Mylib1;
native static method src_foo : int ();
native static method src_bar : int ();
native static method src_baz : int ();
}