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

class options
{
  bool --help;
};