1 enum EnumType 2 { 3 e0, 4 e1, 5 e2, 6 enum_count 7 }; 8 9 void foo(EnumType)10 foo(EnumType) 11 {} 12