blob: bb17e97e950c66de7efa226291c2ce52ac3ae8be [file] [log] [blame]
// error-pattern:expected one of `(`, `fn`, `static`, or `type`
extern {
pub pub fn foo();
}