2012-01-11 19:27:08 -08:00
|
|
|
// error-pattern:empty #[link_name] not allowed; use #[nolink].
|
|
|
|
// Issue #1326
|
|
|
|
|
|
|
|
#[link_name = ""]
|
|
|
|
#[nolink]
|
2012-07-03 16:11:00 -07:00
|
|
|
extern mod foo {
|
2012-09-21 18:10:45 -07:00
|
|
|
#[legacy_exports];
|
2012-01-11 19:27:08 -08:00
|
|
|
}
|