rust/tests/run-make/moved-src-dir-fingerprint-ice/main.rs

6 lines
61 B
Rust

extern crate my_lib;
fn main() {
my_lib::my_fn("hi");
}