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