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

include <string>;

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