summaryrefslogtreecommitdiff
path: root/tests/erase/test.cli
blob: 7def21bb1a05ddc3ce938fda3236c67cf53b7901 (plain)
1
2
3
4
5
6
7
8
9
10
// file      : tests/erase/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 -a;
  int -b;
};