summary refs log tree commit diff
path: root/src/test/compile-fail/empty-linkname.rs
blob: 0b6cd08d6bce14a067db12c10750c2a3bc8c3519 (plain)
1
2
3
4
5
// error-pattern:empty #[link_name] not allowed; use #[nolink].

#[link_name = ""]
extern mod foo {
}