rust/tests/run-make-fulldeps/lto-dylib-dep/a_dylib.rs
2023-01-11 09:32:08 +00:00

4 lines
38 B
Rust

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