#!/usr/bin/env hhvm
/*
 *  Copyright (c) 2018-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\HackTest;

<<__EntryPoint>>
async function hack_test_main_async_UNSAFE(): Awaitable<noreturn> {
  (() ==> {
    // HHAST-generated to avoid pseudomain local leaks
    require_once(__FILE__.'.hack');
  })();
  await hack_test_main_async();
}
