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

8 lines
49 B
C++

#include "a.h"
#include "b.h"
A::A()
{
B b;
}