blob: b54b3cb4f8e39ecefcb6ce896bba5755ca9beab5 [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 SRC_ZIRCON_TESTS_FUTEX_OWNERSHIP_BAD_HANDLE_H_
#define SRC_ZIRCON_TESTS_FUTEX_OWNERSHIP_BAD_HANDLE_H_
const char* BadHandleFlagTest();
int BadHandleTestMain(int argc, char** argv);
#endif // SRC_ZIRCON_TESTS_FUTEX_OWNERSHIP_BAD_HANDLE_H_