1 2 3 4 5 6 7
// error-pattern:empty #[link_name] not allowed; use #[nolink]. // Issue #1326 #[link_name = ""] #[nolink] extern mod foo { }