Done with ```bash sd '//@ pretty-expanded.*\n' '' tests/ui/**/*.rs ``` and ``` sd '//@pretty-expanded.*\n' '' tests/ui/**/*.rs ```
8 lines
91 B
Rust
8 lines
91 B
Rust
//@ run-pass
|
|
//@ aux-build:issue-5518.rs
|
|
|
|
|
|
extern crate issue_5518 as other;
|
|
|
|
fn main() {}
|