xref
: /
third_party
/
rust
/
crates
/
bindgen
/
bindgen-tests
/
tests
/
headers
/
issue-1216-variadic-member.h
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
1
void
f(
int
a, ...);
2
struct
Foo
{
3
void
(*f)(
void
*p,
void
*
obj
,
int
a, ...);
4
};
5