subdir.cpp 62 B

1234567
  1. #include "subdir.h"
  2. int SubDirObject::foo()
  3. {
  4. return 0;
  5. }