blob: e3cb6489c47b32c45bdbbf2f7f1dcdf3037b9cc8 [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.
// The super (test_mod.rs) has a `pub mod test_dep_pub_mod;` via GN.
pub use super::test_dep_pub_mod::test_fn;