mirror of
https://github.com/nasa/trick.git
synced 2025-02-06 10:59:27 +00:00
A base-clause is the stuff in an inheritance list after the colon in a class declaration. https://en.cppreference.com/w/cpp/language/derived_class Closes #723 Closes #733