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