blob: 0c08af61fa8490fc2f5babb7bebfc6791c22c528 [file] [log] [blame]
// compile-flags: -Z parse-only
// error-pattern:expected one of `(`, `fn`, `static`, or `type`
extern {
pub pub fn foo();
}