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

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