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

include <string>;

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