summaryrefslogtreecommitdiff
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, ...);
};