mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 16:53:39 +00:00
6 lines
148 B
Rust
6 lines
148 B
Rust
#[link(kind = "wonderful_unicorn")] extern "C" {} //~ ERROR E0458
|
|
//~| ERROR E0459
|
|
|
|
fn main() {
|
|
}
|