blob: 9356c4129923394b56b41148f466772ac293993d [file] [log] [blame]
// compile-flags: -l foo:
// error-pattern: an empty renaming target was specified for library
#![crate_type = "lib"]
#[link(name = "foo")]
extern "C" {}