summaryrefslogtreecommitdiffstats
path: root/tests/ui/rfc-1717-dllimport/rename-to-empty.rs
blob: 9356c4129923394b56b41148f466772ac293993d (plain)
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" {}