class {
  use TestCase::NativeAPI;
  
  static method main : void () {
    print "runtime-base.spvm";
  }
  
}