]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-1717-dllimport/rename-to-empty.rs
Auto merge of #89174 - ChrisDenton:automatic-verbatim-paths, r=dtolnay
[rust.git] / src / test / ui / rfc-1717-dllimport / rename-to-empty.rs
1 // compile-flags: -l foo:
2 // error-pattern: an empty renaming target was specified for library
3
4 #![crate_type = "lib"]
5
6 #[link(name = "foo")]
7 extern "C" {}