summaryrefslogtreecommitdiff
path: root/tests/specifier/test.cli
blob: 19b165700d148da9eea8ad8814b1648697d82102 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// file      : tests/specifier/test.cli
// author    : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license   : MIT; see accompanying LICENSE file

include <string>;

class options
{
  bool -a;
  int -b = 1;
  std::string -c;
};