aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/parser/minimal/gender.hxx
blob: db3d2610136863bccfbe29c004e6a08e9828ccda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// file      : examples/cxx/parser/minimal/gender.hxx
// copyright : not copyrighted - public domain

#ifndef GENDER_HXX
#define GENDER_HXX

enum gender
{
  male,
  female
};

#endif // GENDER_HXX