class {
  use TestCase::NativeAPI;
  static method main : void () {
    print TestCase::NativeAPI->sum(30, 20);
  }
  
}