summaryrefslogtreecommitdiffstats
path: root/test/ASTMerge/Inputs/class2.cpp
blob: 5d5d9ca2333cb3ef5d2afaaf32bf2a1f36061e66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
struct A {
  int x;
};

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

enum E {
  a = 0,
  b = 1
};
OpenPOWER on IntegriCloud