blob: 5d5d9ca2333cb3ef5d2afaaf32bf2a1f36061e66 [file] [log] [blame]
struct A {
int x;
};
struct B : A {
int y;
int foo();
};
enum E {
a = 0,
b = 1
};