mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 08:18:44 +00:00
12 lines
178 B
Rust
12 lines
178 B
Rust
//@ run-pass
|
|
//@ aux-build:issue-13872-1.rs
|
|
//@ aux-build:issue-13872-2.rs
|
|
//@ aux-build:issue-13872-3.rs
|
|
|
|
|
|
extern crate issue_13872_3 as other;
|
|
|
|
fn main() {
|
|
other::foo();
|
|
}
|