llvm-for-llvmta/tools/clang/test/Import/enum/Inputs/S.cpp

7 lines
58 B
C++

enum E {
a = 1,
b = 2
};
enum OpaqueWithType : long;