class MyExe {
  use TestCase;
  static method main : void () {
    TestCase->main();
  }
}