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