const int BIG = 1'000'000;
enum [class/struct] identifier [: integer type] { ENUMERATOR LIST};
enum class ColorT: char {RED, GREEN, BLUE, NO_COLOR};