summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/StaticLibraryCycle/c.cpp
blob: 7d427c234fd1565576a5fcb9040a73b30a17e2af (plain)
1
2
3
4
5
6
7
#include "c.h"
#include "a.h"

C::C()
{
  A a;
}