1 2 3 4 5 6 7 8
//@ compile-flags: -l foo:bar -l foo:baz #![crate_type = "lib"] #[link(name = "foo")] extern "C" {} //~? ERROR multiple renamings were specified for library `foo`