mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 05:07:54 +00:00
ef1d105bfb
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
2 lines
15 B
C++
2 lines
15 B
C++
void foo() {};
|