summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-move/Inputs/enum.h
blob: 9ec39266bd20d70bffd21ae8a87626aa7abd5a67 (plain)
1
2
3
4
5
6
7
8
9
namespace a {
enum E1 { Green, Red };

enum class E2 { Yellow };

class C {
  enum E3 { Blue };
};
} // namespace a
OpenPOWER on IntegriCloud