blob: 913960440c42b20010de854e2365222d9246efb2 [file] [log] [blame]
struct Foo {
Foo();
Foo(int i);
void A();
void B(int i);
int C(int i);
int D(bool b) const;
static void E();
static int F(int i);
void G(const char* fmt...);
static Foo H();
};