Done with ```bash sd '//@ pretty-expanded.*\n' '' tests/ui/**/*.rs ``` and ``` sd '//@pretty-expanded.*\n' '' tests/ui/**/*.rs ```
11 lines
156 B
Rust
11 lines
156 B
Rust
//@ run-pass
|
|
//@ aux-build:issue-13620-1.rs
|
|
//@ aux-build:issue-13620-2.rs
|
|
|
|
|
|
extern crate issue_13620_2 as crate2;
|
|
|
|
fn main() {
|
|
(crate2::FOO2.foo)();
|
|
}
|