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

class options
{
  bool --help;
};