rust/tests/ui/modules/auxiliary/issue-13872-2.rs
2024-04-07 17:38:07 -03:00

4 lines
55 B
Rust

extern crate issue_13872_1 as foo;
pub use foo::A::B;