The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

class TestCase::NativeAPICpp {
native static method call_cpp_func : int ($value : int);
native static method call_native_func : int ($value : int);
}