#!/usr/bin/env hhvm
/*
 *  Copyright (c) 2015-present, Facebook, Inc.
 *  All rights reserved.
 *
 *  This source code is licensed under the MIT license found in the
 *  LICENSE file in the root directory of this source tree.
 *
 */

namespace Facebook\AutoloadMap;

<<__EntryPoint>>
function cli_main_UNSAFE(): noreturn {
  (() ==> {
    // HHAST-generated to avoid pseudomain local leaks
    require_once(__DIR__.'/hh-autoload.hack');
  })();
  cli_main();
}
