From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
12345 class TestCase::NativeAPICpp { native static method call_cpp_func : int ($value : int); native static method call_native_func : int ($value : int);}
class TestCase::NativeAPICpp {
native static method call_cpp_func : int ($value : int);
native static method call_native_func : int ($value : int);
}