summaryrefslogtreecommitdiff
path: root/cli-tests/specifier/test.cli
blob: c11ebb72fc0b2ea582d47fe027559638bee65289 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// file      : 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;
};