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

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