test2.cpp 87 B

12345678910
  1. #include "test2.hpp"
  2. int main()
  3. {
  4. SimpleLib obj;
  5. LObject lobject;
  6. return 0;
  7. }