1 2 3 4 5 6 7
fn main() {} extern { pub pub fn foo(); //~^ ERROR visibility `pub` is not followed by an item //~| ERROR non-item in item list }