Sign in
rust
/
rust
/
refs/heads/main
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue-6561
/
variadic.rs
blob: 6108d584d30d8ae8f159f0030a664e3ad581a6fc [
file
] [
edit
]
#[
allow
()]
unsafe
extern
"C"
{
#[
allow
()]
pub
fn
foo
(#[
allow
()]
arg
:
*
mut
u8
,
#[
allow
()]...);
}