mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
10 lines
138 B
Rust
10 lines
138 B
Rust
// run-pass
|
|
// aux-build:issue-2414-a.rs
|
|
// aux-build:issue-2414-b.rs
|
|
|
|
// pretty-expanded FIXME #23616
|
|
|
|
extern crate b;
|
|
|
|
pub fn main() {}
|