mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-19 23:40:48 +00:00
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() {}
|