blob: 91b84dc13b7510f048ab17016d14be0d7b8a05c4 [file] [log] [blame]
John McCall5250f272010-06-03 19:28:45 +00001struct A {
2 int x;
3};
4
5struct B : A {
6 int y;
7 int foo();
8};