blob: 47a0da8b52e3eaf44da8e41f2f96602d970c96c9 [file] [log] [blame]
struct A {};
struct B {
A a;
virtual void f () {}
int i;
};