summary refs log tree commit diff
path: root/src/test/ui/empty/empty-linkname.rs
blob: b64123389c2c16f7ea9401afd2e8e41397ef0037 (plain)
1
2
3
4
#[link(name = "")] //~ ERROR: given with empty name
extern "C" {}

fn main() {}