blob: 474dd4d121da9ecdb26e83c7ce4f27d978e99e1a [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_SUFFIXED_TEST_START_H_
#define LIB_LD_TEST_MODULES_SUFFIXED_TEST_START_H_
#include <stdint.h>
#include "suffixed-symbol.h"
extern "C" [[gnu::visibility("default")]] int64_t SUFFIXED_SYMBOL(TestStart)();
#endif // LIB_LD_TEST_MODULES_SUFFIXED_TEST_START_H_