aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/parser/enumeration/gender.hxx
blob: a635e45eca500f5a1bdd62cc57c40600d1f2678b (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-2011 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