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

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