mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-02 13:35:17 +00:00
9 lines
111 B
Rust
9 lines
111 B
Rust
// run-pass
|
|
// aux-build:issue-24106.rs
|
|
|
|
extern crate issue_24106;
|
|
|
|
fn main() {
|
|
issue_24106::go::<()>();
|
|
}
|