blob: ead3b669e2da8156f5675bfa081ab9dc4552e0a4 [file] [log] [blame]
//@ needs-target-std
use run_make_support::{path, rustc};
fn main() {
rustc().input("bar.rs").crate_name("foo").run();
assert!(path("libfoo.rlib").is_file());
}