summaryrefslogtreecommitdiff
path: root/tests/ctor/test.cli
blob: 869418d1a671fef5eb61710eb4c7b04a18c711f2 (plain)
1
2
3
4
5
6
7
8
// file      : tests/ctor/test.cli
// author    : Boris Kolpackov <boris@codesynthesis.com>
// license   : MIT; see accompanying LICENSE file

class options
{
  bool --help;
};