Blame testing/068_typed_enum.cpp

Packit Service 50c9f2
// objective: test underlying type and strongness for an enum
Packit Service 50c9f2
// check: 068__typed__enum_8cpp.xml
Packit Service 50c9f2
Packit Service 50c9f2
/** \file */
Packit Service 50c9f2
Packit Service 50c9f2
/** @brief A strongly-typed enum */
Packit Service 50c9f2
enum class E: unsigned short {};