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

class options
{
  bool --help;
};