class _Main {
  static function main(args : string[]) : void {
    log JSX.DEBUG;
  }
}

// vim: set tabstop=2 shiftwidth=2 expandtab:

