mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 18:27:37 +00:00
8 lines
130 B
Rust
8 lines
130 B
Rust
//@ run-pass
|
|
//@ aux-build:aux-8401.rs
|
|
// https://github.com/rust-lang/rust/issues/8401
|
|
|
|
extern crate aux_8401;
|
|
|
|
pub fn main() {}
|