5 lines
77 B
Rust
5 lines
77 B
Rust
|
// error-pattern:unmatched visibility `pub`
|
||
|
extern {
|
||
|
pub pub fn foo();
|
||
|
}
|