2013-03-16 19:13:01 +02:00

8 lines
62 B
C++

#include "subdir.h"
int SubDirObject::foo()
{
return 0;
}