12 lines
82 B
C++
Raw Normal View History

2012-02-18 12:40:36 +02:00
#include "depB.h"
#include "depA.h"
int DepB::foo()
{
DepA a;
return 0;
}