Sign in
cobalt
/
cobalt
/
07081467c3d00b04a6a1162e0566a5a8b9cfe2d5
/
.
/
third_party
/
llvm-project
/
clang-tools-extra
/
test
/
clang-move
/
Inputs
/
enum.h
blob: 9ec39266bd20d70bffd21ae8a87626aa7abd5a67 [
file
] [
log
] [
blame
]
namespace
a
{
enum
E1
{
Green
,
Red
};
enum
class
E2
{
Yellow
};
class
C
{
enum
E3
{
Blue
};
};
}
// namespace a