enum EnumType { e0, e1, e2, e3, e4, enum_count }; void foo(EnumType) {}