Clang Project
clang_source_code
/
test
/
Import
/
enum
/
Inputs
/
S.cpp
1
enum E {
2
a = 1,
3
b = 2
4
};
5
6
enum OpaqueWithType : long;
7