summaryrefslogtreecommitdiffstats
path: root/test/ASTMerge/Inputs/class2.cpp
blob: 91b84dc13b7510f048ab17016d14be0d7b8a05c4 (plain)
1
2
3
4
5
6
7
8
struct A {
  int x;
};

struct B : A {
  int y;
  int foo();
};
OpenPOWER on IntegriCloud