class MyExe::Foo::Bar {
  
  static method main : int ($args : string[]) {
    print "MyExe::Foo::Bar\n";
  }
}