]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/cdylib/bar.rs
Merge commit '7bfc26ec8e7a454786668e7e52ffe527fc649735' into clippyup
[rust.git] / src / test / run-make-fulldeps / cdylib / bar.rs
1 #![crate_type = "rlib"]
2
3 pub fn bar() {
4     println!("hello!");
5 }