summaryrefslogtreecommitdiff
path: root/tests/specifier/test.cli
blob: f8fdf968abd38a437262253f75d7161a1e69a64c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// file      : tests/specifier/test.cli
// author    : Boris Kolpackov <boris@codesynthesis.com>
// license   : MIT; see accompanying LICENSE file

include <string>;

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