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

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