blob: b8bc0b81db0a9b5f29afd683abcfbd0ce0592467 [file] [log] [blame]
void f(int a, ...);
struct Foo {
void (*f)(void *p, void *obj, int a, ...);
};