mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 10:18:25 +00:00
8 lines
135 B
Rust
8 lines
135 B
Rust
// https://github.com/rust-lang/rust/issues/5518
|
|
//@ run-pass
|
|
//@ aux-build:aux-5518.rs
|
|
|
|
extern crate aux_5518 as other;
|
|
|
|
fn main() {}
|