Sign in
android
/
toolchain
/
rustc
/
ff3f07ae99a30006dd85b9d73084edd9355c9db6
/
.
/
src
/
test
/
ui
/
feature-gate
/
feature-gate-c_variadic.rs
blob: 5801a2a89e2c18c80f4e54fc8cb75656a1a3aff4 [
file
] [
log
] [
blame
]
#![
crate_type
=
"lib"
]
pub
unsafe
extern
"C"
fn
test
(
_
:
i32
,
ap
:
...)
{
}
//~^ C-varaidic functions are unstable