summaryrefslogtreecommitdiff
path: root/tests/erase/test.cli
blob: 7c14b690b41501366df386e4f1a7b7e6869926af (plain)
1
2
3
4
5
6
7
8
9
// file      : tests/erase/test.cli
// author    : Boris Kolpackov <boris@codesynthesis.com>
// license   : MIT; see accompanying LICENSE file

class options
{
  bool -a;
  int -b;
};