cc.cc (85B)
1 #include "cc.h" 2 3 namespace foo { 4 5 Bar::Bar() {} 6 7 Bar::~Bar() {} 8 9 } // namespace foo