1
Fork 0
rust/tests/ui/recursion/auxiliary/recursive_reexports.rs
2023-01-11 09:32:08 +00:00

3 lines
33 B
Rust

pub mod foo {
pub use foo;
}