rust/tests/ui/issues/auxiliary/issue-29181.rs
2023-01-11 09:32:08 +00:00

6 lines
60 B
Rust

#![crate_type="lib"]
pub mod foo {
pub use super::*;
}