summaryrefslogtreecommitdiff
path: root/tests/ctor/test.cli
blob: 0d77f77b69db69d27e450c00357964d5b172af1b (plain)
1
2
3
4
5
6
7
8
9
// file      : tests/ctor/test.cli
// author    : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license   : MIT; see accompanying LICENSE file

class options
{
  bool --help;
};