blob: fa38916f5e2e48ce19de25c73e5abb530422f012 [file] [log] [blame]
struct A {
int x;
};
struct B : A {
int y;
int foo();
};