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