Sign in
fuchsia
/
third_party
/
swift-clang
/
a40ea3abe6e2f0b338d00c38fe7d724241c5af97
/
.
/
test
/
PCH
/
enum.h
blob: 7dc4e631d6cba82990d7768fce8d9c23bcf29ef5 [
file
] [
log
] [
blame
]
/* Used in enum.c test */
enum
Color
{
Red
,
Green
,
Blue
};
enum
Shape
{
Square
,
Triangle
=
17
,
Rhombus
,
Circle
};
enum
Shape
aRoundShape
=
Circle
;