blob: 3b982857db8dc4cf3c50aab10762039500d1fcc9 [file] [log] [blame] [edit]
//@ ignore-windows
//@ compile-flags: --crate-type lib
#[link(name = "foo", kind = "raw-dylib")]
//~^ ERROR: link kind `raw-dylib` is only supported on Windows targets
extern "C" {}