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