blob: 6fee80f02948c8a408e3079d4584524c9c0e7168 [file] [log] [blame]
//@ compile-flags: -l foo:
#![crate_type = "lib"]
#[link(name = "foo")]
extern "C" {}
//~? ERROR an empty renaming target was specified for library `foo`