blob: 547329cfb1b8463d9de9a669d4890a9027639dcc [file] [log] [blame]
fn main() {}
extern "C" {
pub pub fn foo();
//~^ ERROR visibility `pub` is not followed by an item
//~| ERROR non-item in item list
}