
Done with ```bash sd '//@ pretty-expanded.*\n' '' tests/ui/**/*.rs ``` and ``` sd '//@pretty-expanded.*\n' '' tests/ui/**/*.rs ```
10 lines
119 B
Rust
10 lines
119 B
Rust
//@ run-pass
|
|
#![allow(dead_code)]
|
|
|
|
mod foo {
|
|
extern "C" {
|
|
pub static errno: u32;
|
|
}
|
|
}
|
|
|
|
pub fn main() {}
|