summaryrefslogtreecommitdiff
path: root/tests/erase/test.cli
blob: 8c0a2e3957ae1cf65eedb8cdd9783f6f2e9dc99b (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-2011 Code Synthesis Tools CC
// license   : MIT; see accompanying LICENSE file

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