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

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