rustc/tests/run-make/share-generics-export-again/bar.rs
2024-07-31 08:40:13 +02:00

6 lines
52 B
Rust

extern crate foo;
pub fn bar() {
foo::foo();
}