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

class options
{
  bool --help;
};