summaryrefslogtreecommitdiff
path: root/tests/specifier/test.cli
blob: e333596ea0d44df75af9cfd532a00356b7c96768 (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-2019 Code Synthesis Tools CC
// license   : MIT; see accompanying LICENSE file

include <string>;

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