2012-02-18 12:40:36 +02:00

8 lines
52 B
C++

#include "depA.h"
int DepA::foo()
{
return 0;
}