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