blob: d180cdfd05fd673da47a82e382b04deb3f259091 [file] [log] [blame]
// Copyright 2024 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 LIB_LD_TEST_MODULES_SECOND_SESSION_H_
#define LIB_LD_TEST_MODULES_SECOND_SESSION_H_
#include <stdint.h>
extern "C" int64_t defined_in_main_executable();
#endif // LIB_LD_TEST_MODULES_SECOND_SESSION_H_