mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
5 lines
126 B
Rust
5 lines
126 B
Rust
extern "C" {
|
|
fn a(_: *mut u8, ...,);
|
|
fn b(_: *mut u8, _: ...);
|
|
fn c(_: *mut u8, #[cfg(never)] [w, t, f]: ...,);
|
|
}
|