44c412332f87a34fc1b6528e824572ff85f2295a
[platform/upstream/doxygen.git] / testing / 068_typed_enum.cpp
1 // objective: test underlying type and strongness for an enum
2 // check: 068__typed__enum_8cpp.xml
3
4 /** \file */
5
6 /** @brief A strongly-typed enum */
7 enum class E: unsigned short {};