unplugged-vendor/external/libabigail/tests/data/test-diff-suppr/test40-enumerator-changes-v0.cc

12 lines
73 B
C++
Raw Permalink Normal View History

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