8 lines
127 B
Rust
8 lines
127 B
Rust
// error-pattern:empty #[link_name] not allowed; use #[nolink].
|
|
// Issue #1326
|
|
|
|
#[link_name = ""]
|
|
#[nolink]
|
|
extern mod foo {
|
|
}
|