Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
e23f0a7ad6fe7a394cd83f92979eb5871a040052
/
.
/
bindgen-tests
/
tests
/
headers
/
issue-1216-variadic-member.h
blob: b8bc0b81db0a9b5f29afd683abcfbd0ce0592467 [
file
] [
log
] [
blame
]
void
f
(
int
a
,
...);
struct
Foo
{
void
(*
f
)(
void
*
p
,
void
*
obj
,
int
a
,
...);
};