blob: a16afbaf386d5701f912ba4e89e931bbf552b5e9 [file] [log] [blame]
extern "C" {
fn a(_: *mut u8, ...,);
fn b(_: *mut u8, _: ...);
fn c(_: *mut u8, #[cfg(never)] [w, t, f]: ...,);
}