summaryrefslogtreecommitdiffstats
path: root/testing/073_typed_enum.cpp
blob: 0818463b5e9dc7d1f7ea3571171d9538b72a5018 (plain)
1
2
3
4
5
6
7
// objective: test underlying type and strongness for an enum
// check: 073__typed__enum_8cpp.xml

/** \file */

/** @brief A strongly-typed enum */
enum class E: unsigned short {};