mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 23:34:48 +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();
|
|
}
|