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

/** \file */

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