llvm/clang/test/Import/enum/Inputs/S.cpp

enum E {
  a = 1,
  b = 2
};

enum OpaqueWithType : long;