1 2 3 4 5 6 7
// compile-flags: -l foo: // error-pattern: an empty renaming target was specified for library #![crate_type = "lib"] #[link(name = "foo")] extern "C" {}