Codebase Browser
llvm
Go to App
llvm
/
clang/test/Import/enum/Inputs/
S.cpp
enum E { a = 1, b = 2 }; enum OpaqueWithType : long;