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

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

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