package Main {
  use TestCase;
  sub main : int ($args : string[]) {
    TestCase->main($args);
  }
}