mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 03:09:54 +00:00
10 lines
128 B
Rust
10 lines
128 B
Rust
//@ run-pass
|
|
//@ aux-build:issue-53691.rs
|
|
|
|
extern crate issue_53691;
|
|
|
|
fn main() {
|
|
issue_53691::f();
|
|
issue_53691::g();
|
|
}
|