blob: 58137b898c749e34816416ba02e048cbd32d1313 [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.
#include "startup-symbols.h"
// This is a startup module that initializes this global variable, which will be
// accessed by init/fini functions of test modules and are checked for
// correctness in libdl tests.
TestCallback* gTestCallback;