aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/serializer/enumeration/boolean.hxx
blob: 4b78ed2261820996b0a00c5ee0d5049091f166f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// file      : tests/cxx/serializer/enumeration/boolean.hxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
// license   : GNU GPL v2 + exceptions; see accompanying LICENSE file

#ifndef BOOLEAN_HXX
#define BOOLEAN_HXX

enum boolean
{
  FALSE,
  TRUE
};

#endif // BOOLEAN_HXX