// file : tests/specifier/test.cli // author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file include ; class options { bool -a; int -b = 1; std::string -c; };