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