blob: c3f98dae7efc5990e55a80db81b08060bde6d86f [file] [log] [blame]
// Part of the Crubit project, under the Apache License v2.0 with LLVM
// Exceptions. See /LICENSE for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//! This crate is used as a dependency of `test_api.rs` - types exported by
//! `other_crate.rs` are used in public API exposed by `test_api.rs`.
pub struct SomeStruct(pub i32);