// file : tests/cxx/serializer/enumeration/boolean.hxx // 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