// file : specifier/test.cli // author : Boris Kolpackov // license : MIT; see accompanying LICENSE file include ; class options { bool -a; int -b = 1; std::string -c; };