aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/serializer/enumeration/boolean.hxx
blob: 4a81c1db2c5bc81f23ce3addb08d399a16a0b6b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// file      : tests/cxx/serializer/enumeration/boolean.hxx
// license   : GNU GPL v2 + exceptions; see accompanying LICENSE file

#ifndef BOOLEAN_HXX
#define BOOLEAN_HXX

enum boolean
{
  FALSE,
  TRUE
};

#endif // BOOLEAN_HXX