summaryrefslogtreecommitdiffstats
path: root/src/test/ui/rfc-2627-raw-dylib/import-name-type-x86-only.rs
blob: 346ea18a8f8eb6fc1d1106cdff53782a63aaf138 (plain)
1
2
3
4
5
6
7
// only-windows
// ignore-x86
#[link(name = "foo", kind = "raw-dylib", import_name_type = "decorated")]
//~^ ERROR import name type is only supported on x86
extern "C" { }

fn main() {}