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