The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

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 ();
}