mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-18 21:15:03 +00:00
7 lines
85 B
Rust
7 lines
85 B
Rust
//@ check-pass
|
|
//@ aux-build:issue-55811.rs
|
|
|
|
extern crate issue_55811;
|
|
|
|
fn main() {}
|