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

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