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