aboutsummaryrefslogtreecommitdiff
path: root/tests/cli/lib/libtest/test/test.cli
blob: 8bc51e8d8bddab1fa5991a5f633c6cbeb64f1ec6 (plain)
1
2
3
4
5
6
7
8
namespace test
{
  class options
  {
    bool --help;
    bool --version;
  };
}