Files
CMake/Tests/QtAutogen/staticLibraryCycle/b.cpp
2017-10-27 09:37:15 -04:00

8 lines
49 B
C++

#include "b.h"
#include "c.h"
B::B()
{
C c;
}