blob: 237ea8dfcf3f867a7df4fe8d5ac8cd774252d271 [file] [log] [blame]
pub use foo::bar;
mod foo {
pub fn bar() {}
}