summaryrefslogtreecommitdiff
path: root/tests/cxx/parser/enumeration/gender.hxx
blob: c0d1900d0927df5d22ccf237b27a90b62770400b (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-2017 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