about summary refs log tree commit diff
path: root/tests/ui/link-native-libs/issue-43926.rs
blob: 293ad3f4ec1ad9ec854221f101f0beaec63a2666 (plain)
1
2
3
4
#[link(name = "foo", cfg())] //~ ERROR malformed `link` attribute input
extern "C" {}

fn main() {}