mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 05:59:17 +00:00
8 lines
190 B
Rust
8 lines
190 B
Rust
//@ known-bug: #132981
|
|
//@compile-flags: -Clink-dead-code=true --crate-type lib
|
|
//@ only-x86_64
|
|
//@ ignore-windows
|
|
|
|
#![feature(rust_cold_cc)]
|
|
pub extern "rust-cold" fn foo(_: [usize; 3]) {}
|