summaryrefslogtreecommitdiff
path: root/tests/cxx/parser/enumeration/gender.hxx
blob: 75408888e6d5f24cc3b32cb7b7a96864f5fd8e09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// file      : tests/cxx/parser/enumeration/gender.hxx
// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license   : GNU GPL v2 + exceptions; see accompanying LICENSE file

#ifndef GENDER_HXX
#define GENDER_HXX

enum gender
{
  male,
  female
};

#endif // GENDER_HXX