blob: dbc6e9aad513b69a7bad8f69e76bbeadf5c35168 (
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-2018 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
class options
{
bool --help;
};
|