blob: fe6c5127026f4d5ccb72b93a9bc6dab2eb5ad557 [file] [edit]
// Copyright 2026 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.
pub const TEST_DEP_CONST: i32 = test_lib::TEST_CONST;
// This module has a `mod test_dep_priv_mod;` via GN.
pub use test_dep_priv_mod::*;