mirror of
https://github.com/nasa/trick.git
synced 2025-02-07 03:19: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
2 lines
15 B
C++
2 lines
15 B
C++
void foo() {};
|