blob: 106f196b45555c78abadf14e963c99fd0939f330 [file] [log] [blame]
// compile-flags: -l foo:bar -l foo:baz
// error-pattern: multiple renamings were specified for library
#![crate_type = "lib"]
#[link(name = "foo")]
extern "C" {}