aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/parser/minimal/gender.hxx
blob: d348ccd8094c1b2986647180b174d20e1abbae7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// file      : examples/cxx/parser/minimal/gender.hxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain

#ifndef GENDER_HXX
#define GENDER_HXX

enum gender
{
  male,
  female
};

#endif // GENDER_HXX