Done with ```bash sd '//@ pretty-expanded.*\n' '' tests/ui/**/*.rs ``` and ``` sd '//@pretty-expanded.*\n' '' tests/ui/**/*.rs ```
9 lines
109 B
Rust
9 lines
109 B
Rust
//@ run-pass
|
|
//@ aux-build:issue-2414-a.rs
|
|
//@ aux-build:issue-2414-b.rs
|
|
|
|
|
|
extern crate b;
|
|
|
|
pub fn main() {}
|