summaryrefslogtreecommitdiffstats
path: root/src/test/ui/rfc-1717-dllimport/multiple-renames.rs
blob: 106f196b45555c78abadf14e963c99fd0939f330 (plain)
1
2
3
4
5
6
7
// compile-flags: -l foo:bar -l foo:baz
// error-pattern: multiple renamings were specified for library

#![crate_type = "lib"]

#[link(name = "foo")]
extern "C" {}