//-*- C++ -*-// Intended to exercise all syntactic parts of the C++ language that// aren't part of C.namespacestd{namespacedebug{}}usingnamespacestd::debug;usingnamespacestd;namespacesafestl=::std::debug;classBase1{};classBase2{};classDerived1:Base1,virtualpublicBase2{};