rust/tests/run-make/lto-dylib-dep/a_dylib.rs
2023-03-30 07:34:55 -05:00

4 lines
38 B
Rust

pub fn foo() {
println!("bar");
}