index
:
rust-bindgen.git
master
Unnamed repository; edit this file 'description' to name the repository.
Kent Overstreet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bindgen-tests
/
tests
/
headers
/
issue-1216-variadic-member.h
blob: b8bc0b81db0a9b5f29afd683abcfbd0ce0592467 (
plain
)
1
2
3
4
void
f
(
int
a
, ...);
struct
Foo
{
void
(*
f
)(
void
*
p
,
void
*
obj
,
int
a
, ...);
};