blob: dc8e127e4366c9310cbc1c30ef00200cd9f88dfa [file] [log] [blame]
enum Color { red, blue, green }
void main() {
Color c = .red;
}