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