blob: d4aa19e410668761a6bfcc4af6147b6577787eac [file] [log] [blame]
// Copyright 2019 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef ZIRCON_SYSTEM_ULIB_ZX_TEST_UTIL_H_
#define ZIRCON_SYSTEM_ULIB_ZX_TEST_UTIL_H_
#include <lib/zx/job.h>
zx::job GetRootJob();
#endif // ZIRCON_SYSTEM_ULIB_ZX_TEST_UTIL_H_