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