mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-24 17:57:17 +00:00
5 lines
118 B
Rust
5 lines
118 B
Rust
#![crate_type="lib"]
|
|
|
|
pub unsafe extern "C" fn test(_: i32, ap: ...) { }
|
|
//~^ ERROR C-variadic functions are unstable
|