// https://github.com/jsx/JSX/issues/99
/*EXPECTED
ok
*/

/*///
 Here is commented out.
 ///*/

class _Main {
  static function main(args : string[]) : void {
    log "ok";
  }
}

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

